Skip to content

Commit

Permalink
Increase version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ccampbell committed Mar 28, 2015
1 parent 692b93f commit cc72bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5.0
* @version 1.5.1
* @url craig.is/killing/mice
*/
(function(window, document, undefined) {
Expand Down
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.5.0",
"version": "1.5.1",
"description": "Simple library for handling keyboard shortcuts",
"main": "mousetrap.js",
"directories": {
Expand Down

0 comments on commit cc72bbc

Please sign in to comment.