Skip to content

Commit

Permalink
Increase version to 1.6.0
Browse files Browse the repository at this point in the history
Incorrectly tagged the release 1.6.3. Not sure what I was thinking
  • Loading branch information
ccampbell committed May 29, 2016
1 parent c912f6b commit d5f3bed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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.3
* @version 1.6.0
* @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
@@ -1,6 +1,6 @@
{
"name": "mousetrap",
"version": "1.5.3",
"version": "1.6.0",
"description": "Simple library for handling keyboard shortcuts",
"main": "mousetrap.js",
"directories": {
Expand Down

0 comments on commit d5f3bed

Please sign in to comment.