Skip to content

Commit

Permalink
Update version to 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ccampbell committed Jan 23, 2020
1 parent d339c01 commit 2f9a476
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mousetrap.js
Expand Up @@ -17,7 +17,7 @@
* Mousetrap is a simple keyboard shortcut library for Javascript with
* no external dependencies
*
* @version 1.6.4
* @version 1.6.5
* @url craig.is/killing/mice
*/
(function(window, document, undefined) {
Expand Down
2 changes: 1 addition & 1 deletion 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-lock.json

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
@@ -1,6 +1,6 @@
{
"name": "mousetrap",
"version": "1.6.4",
"version": "1.6.5",
"description": "Simple library for handling keyboard shortcuts",
"main": "mousetrap.js",
"directories": {
Expand Down

0 comments on commit 2f9a476

Please sign in to comment.