diff options
author | Robert Pocklington <rpocklin@gmail.com> | 2016-09-20 08:22:09 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-20 08:22:09 +1000 |
commit | f24f1da275aab7881ab501055c256add6f690de4 (patch) | |
tree | ee57633ce8b14177f3175e1f2beedfde26ba19d2 | |
parent | 1ec07a6a1900104ba56d049551acaaa83e8417d6 (diff) | |
parent | c1907c0f5002810a27fc6f1cecf43bd735595898 (diff) | |
download | jquery.hotkeys-origin/master.zip jquery.hotkeys-origin/master.tar.gz jquery.hotkeys-origin/master.tar.bz2 |
Merge pull request #58 from swcheon/masterHEADorigin/masterorigin/HEADmaster
Fixed version number
-rw-r--r-- | hotkeys.jquery.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hotkeys.jquery.json b/hotkeys.jquery.json index d022a7e..6d60dfa 100644 --- a/hotkeys.jquery.json +++ b/hotkeys.jquery.json @@ -6,7 +6,7 @@ "keyboard", "events" ], - "version": "0.1.0", + "version": "0.2.0", "author": { "name": "John Resig", "url": "https://ejohn.org/" diff --git a/package.json b/package.json index eefbba8..1f74c7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery.hotkeys", - "version": "0.1.0", + "version": "0.2.0", "description": "**jQuery Hotkeys** is a plug-in that lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination.", "main": "jquery.hotkeys.js", "devDependencies": { |