Skip to content

Commit

Permalink
Bumped up version number for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jylauril committed Aug 6, 2014
1 parent 912aca3 commit 15c3a39
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -214,6 +214,9 @@ $('#runner').runner({

## Changelog

### v2.3.3 - *2014-08-06* - Small improvement
* Made the non-vendor specific requestAnimationFrame the primary one to suppress deprecation error messages.

### v2.3.2 - *2014-05-28* - Bug fix
* Another jQuery noConflict related fix. Hopefully the last.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "jQuery-runner",
"version": "2.3.2",
"version": "2.3.3",
"main": "dist/jquery.runner.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "jquery.runner",
"title": "jQuery-runner",
"version": "2.3.2",
"version": "2.3.3",
"description": "A simple runner/stopwatch jQuery plugin for counting time up and down.",
"homepage": "https://github.com/jylauril/jquery-runner",
"main": "build/jquery.runner.js",
Expand Down
2 changes: 1 addition & 1 deletion runner.jquery.json
@@ -1,7 +1,7 @@
{
"name": "runner",
"title": "jQuery-runner",
"version": "2.3.2",
"version": "2.3.3",
"description": "A simple runner/stopwatch jQuery plugin for counting time up and down.",
"homepage": "https://github.com/jylauril/jquery-runner",
"docs": "https://github.com/jylauril/jquery-runner",
Expand Down

0 comments on commit 15c3a39

Please sign in to comment.