Skip to content

Commit

Permalink
Proper version update this time for 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmauro committed Aug 18, 2015
1 parent 0d37d6b commit 701fb50
Show file tree
Hide file tree
Showing 7 changed files with 966 additions and 957 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
Keypress
========
Version 2.1.2
Version 2.1.3

Keypress is a robust keyboard input capturing Javascript utility
focused on input for games. For details and documentation, please
visit [http://dmauro.github.io/Keypress/](http://dmauro.github.io/Keypress/)

If you're using Keypress with Meteor, see the [Meteor notes](meteor/README.md).

Copyright 2014 David Mauro
Copyright 2015 David Mauro
released under the Apache License, version 2.0


**What's new**
---------------
2.1.3

* Just fixing the bower JSON. Thanks [OleCordsen](https://github.com/OleCordsen). [Issue #101](https://github.com/dmauro/Keypress/issues/101)

2.1.2

* Added some simple jQuery proofing so you can pass in the result of a jQuery selector into the Listener's constructor. Thanks to [mallocator](https://github.com/mallocator) for the request. [Issue #89](https://github.com/dmauro/Keypress/issues/89)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Keypress",
"main": "keypress-2.1.0.min.js",
"main": "keypress-2.1.3.min.js",
"homepage": "https://github.com/dmauro/Keypress",
"authors": [
"David Mauro <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion coffee-compiler.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION="2.1.2"
VERSION="2.1.3"
YEAR="2014"
cd "$( cd "$( dirname "$0" )" && pwd )"
coffee -c keypress.coffee
Expand Down
2 changes: 1 addition & 1 deletion keypress-2.1.2.min.js → keypress-2.1.3.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 keypress.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
Keypress is a robust keyboard input capturing Javascript utility
focused on input for games.
version 2.1.2
version 2.1.3
###

###
Expand Down
Loading

0 comments on commit 701fb50

Please sign in to comment.