Skip to content

Commit

Permalink
bump version number to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aishek committed Oct 18, 2013
1 parent 471f79d commit 1c797ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jquery-animateNumber
====================

[Demo](http://aishek.github.io/jquery-animateNumber/) | [Latest Release v0.0.5](https://github.com/aishek/jquery-animateNumber/releases/tag/v0.0.5)
[Demo](http://aishek.github.io/jquery-animateNumber/) | [Latest Release v0.0.6](https://github.com/aishek/jquery-animateNumber/releases/tag/v0.0.6)

jQuery numbers animation plugin, adds 'number' property and step function to jQuery's animate function properties.

Expand Down
2 changes: 1 addition & 1 deletion animateNumber.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"number",
"animation"
],
"version": "0.0.4",
"version": "0.0.6",
"author": {
"name": "Alexandr Borisov",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion jquery.animateNumber.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @preserve jQuery animateNumber plugin v0.0.5
/** @preserve jQuery animateNumber plugin v0.0.6
* (c) 2013, Alexandr Borisov.
* https://github.com/aishek/jquery-animateNumber
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.animateNumber.js",
"version": "0.0.5",
"version": "0.0.6",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
Expand Down

0 comments on commit 1c797ee

Please sign in to comment.