summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hotkeys.jquery.json2
-rw-r--r--package.json2
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": {