Skip to content

Commit

Permalink
Minimize and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ccampbell committed Mar 30, 2015
1 parent 877ab46 commit 1087ddd
Show file tree
Hide file tree
Showing 3 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.5.1
* @version 1.5.2
* @url craig.is/killing/mice
*/
(function(window, document, undefined) {
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "mousetrap",
"version": "1.5.1",
"version": "1.5.2",
"description": "Simple library for handling keyboard shortcuts",
"main": "mousetrap.js",
"directories": {
Expand Down

0 comments on commit 1087ddd

Please sign in to comment.