Skip to content

Commit d5f3bed

Browse files
committed
Increase version to 1.6.0
Incorrectly tagged the release 1.6.3. Not sure what I was thinking
1 parent c912f6b commit d5f3bed

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

mousetrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Mousetrap is a simple keyboard shortcut library for Javascript with
1818
* no external dependencies
1919
*
20-
* @version 1.5.3
20+
* @version 1.6.0
2121
* @url craig.is/killing/mice
2222
*/
2323
(function(window, document, undefined) {

mousetrap.min.js

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mousetrap",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"description": "Simple library for handling keyboard shortcuts",
55
"main": "mousetrap.js",
66
"directories": {

0 commit comments

Comments
 (0)