Skip to content

Commit

Permalink
Update version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ccampbell committed Jun 2, 2018
1 parent 6c3f4b6 commit 78bae4e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion mousetrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Mousetrap is a simple keyboard shortcut library for Javascript with
* no external dependencies
*
* @version 1.6.1
* @version 1.6.2
* @url craig.is/killing/mice
*/
(function(window, document, undefined) {
Expand Down
22 changes: 11 additions & 11 deletions mousetrap.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mousetrap",
"version": "1.6.1",
"version": "1.6.2",
"description": "Simple library for handling keyboard shortcuts",
"main": "mousetrap.js",
"directories": {
Expand Down

0 comments on commit 78bae4e

Please sign in to comment.