diff options
author | Craig Campbell <iamcraigcampbell@gmail.com> | 2015-07-02 16:34:06 -0400 |
---|---|---|
committer | Craig Campbell <iamcraigcampbell@gmail.com> | 2015-07-02 16:34:06 -0400 |
commit | ab4327c82b1b2e38b1d8ac5576f32a49e4441ea3 (patch) | |
tree | bb4cd92f39a97c3a074ed0697d62b3df83df29d5 | |
parent | 9fffc76078915cabd0e93562fae6249cf176dcf9 (diff) | |
download | mousetrap-ab4327c82b1b2e38b1d8ac5576f32a49e4441ea3.zip mousetrap-ab4327c82b1b2e38b1d8ac5576f32a49e4441ea3.tar.gz mousetrap-ab4327c82b1b2e38b1d8ac5576f32a49e4441ea3.tar.bz2 |
Also increase version here
-rw-r--r-- | mousetrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mousetrap.js b/mousetrap.js index 8986af7..48d2f62 100644 --- a/mousetrap.js +++ b/mousetrap.js @@ -17,7 +17,7 @@ * Mousetrap is a simple keyboard shortcut library for Javascript with * no external dependencies * - * @version 1.5.2 + * @version 1.5.3 * @url craig.is/killing/mice */ (function(window, document, undefined) { |