Skip to content

Commit

Permalink
Bumped the version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jylauril committed May 25, 2014
1 parent d17d1ca commit 4c7091f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -214,6 +214,9 @@ $('#runner').runner({

## Changelog

### v2.3.1 - *2014-05-24* - Improvements and fixes
* Fixed a bug when running jQuery in noConflict mode.

### v2.3.0 - *2013-07-14* - Improvements and fixes
* Runner now utilizes requestAnimationFrame if applicable and falls back to setTimeout
* Fixed a small bug with dependency checks
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "jQuery-runner",
"version": "2.3.0",
"version": "2.3.1",
"main": "dist/jquery.runner.js",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "jquery.runner",
"title": "jQuery-runner",
"version": "2.3.0",
"version": "2.3.1",
"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 Expand Up @@ -45,6 +45,7 @@
},
"directories": {
"lib": "lib",
"doc": "doc",
"test": "spec",
"build": "build"
},
Expand Down
2 changes: 1 addition & 1 deletion runner.jquery.json
@@ -1,7 +1,7 @@
{
"name": "runner",
"title": "jQuery-runner",
"version": "2.3.0",
"version": "2.3.1",
"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 4c7091f

Please sign in to comment.