Skip to content

Commit

Permalink
Bumped version to 2.0.2 and included fix from @stem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Malyon committed Sep 26, 2013
1 parent 52ae7f6 commit 93ec0f0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 2.0.2 (2013-09-25)

Bugfixes:

* Limit the Konami Code buffer to store the last _n_ characters. Since the Konami Code buffer stored every key press, it could get needlessly large on sites where users typed lots per request. Fix thanks to [stem](https://github.com/mcoms/jquery-raptorize-coffee/pull/1).

## 2.0.1 (2013-07-11)

Features:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "jquery-raptorize-coffee",
"description": "Inspired by and compatable with ZURB's jQuery Raptorize Plugin, this is a CoffeeScript rewrite compatible with newer jQuery versions.",
"version": "2.0.1",
"version": "2.0.2",
"main": "jquery-raptorize.coffee",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion build/jquery-raptorize.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/jquery-raptorize.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 jquery-raptorize.coffee
@@ -1,5 +1,5 @@
###
jQuery Raptorize Plugin 2.0.1
jQuery Raptorize Plugin 2.0.2
https://github.com/mcoms/jquery-raptorize-coffee
Inspired by and compatable with ZURB's jQuery Raptorize Plugin 1.0 (http://www.ZURB.com/playground)
Expand Down

0 comments on commit 93ec0f0

Please sign in to comment.