Skip to content

Commit f24f1da

Browse files
authored
Merge pull request #58 from swcheon/master
Fixed version number
2 parents 1ec07a6 + c1907c0 commit f24f1da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hotkeys.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"keyboard",
77
"events"
88
],
9-
"version": "0.1.0",
9+
"version": "0.2.0",
1010
"author": {
1111
"name": "John Resig",
1212
"url": "https://ejohn.org/"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.hotkeys",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"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.",
55
"main": "jquery.hotkeys.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)