From 93c828a0e0e50101604d41c36424b13ce5b0d813 Mon Sep 17 00:00:00 2001 From: Stuart Memo Date: Thu, 3 Sep 2015 19:30:16 +0100 Subject: [PATCH] Release 0.5.0 --- bower.json | 2 +- dist/qwerty-hancock.js | 38 +++++++++++++++++++++++++------------- dist/qwerty-hancock.min.js | 4 ++-- package.json | 2 +- src/qwerty-hancock.js | 6 +++--- 5 files changed, 32 insertions(+), 20 deletions(-) diff --git a/bower.json b/bower.json index 79fc828..0e325c7 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "qwerty-hancock", "main": "dist/qwerty-hancock.js", - "version": "0.4.5", + "version": "0.5.0", "homepage": "http://stuartmemo.com/qwerty-hancock/", "authors": [ { diff --git a/dist/qwerty-hancock.js b/dist/qwerty-hancock.js index 1e2bf3f..0c5b416 100644 --- a/dist/qwerty-hancock.js +++ b/dist/qwerty-hancock.js @@ -1,7 +1,7 @@ /* - * Qwerty Hancock keyboard library v0.4.5 + * Qwerty Hancock keyboard library v0.5.0 * The web keyboard for now people. - * Copyright 2012-14, Stuart Memo + * Copyright 2012-15, Stuart Memo * * Licensed under the MIT License * http://opensource.org/licenses/mit-license.php @@ -9,8 +9,13 @@ * http://stuartmemo.com/qwerty-hancock */ -(function (window, undefined) { - var version = '0.4.5', +(function () { + var root = this; + /* In