Skip to content

Commit 6833a23

Browse files
committed
Update version to 1.6.3
1 parent 9dd6e13 commit 6833a23

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

mousetrap.js

+1-1
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.6.2
20+
* @version 1.6.3
2121
* @url craig.is/killing/mice
2222
*/
2323
(function(window, document, undefined) {

mousetrap.min.js

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mousetrap",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "Simple library for handling keyboard shortcuts",
55
"main": "mousetrap.js",
66
"directories": {

0 commit comments

Comments
 (0)