Skip to content

Commit

Permalink
bump version number to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aishek committed Dec 13, 2013
1 parent e6ce9ba commit c614e46
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.6](https://github.com/aishek/jquery-animateNumber/releases/tag/v0.0.6)
[Demo](http://aishek.github.io/jquery-animateNumber/) | [Latest Release v0.0.7](https://github.com/aishek/jquery-animateNumber/releases/tag/v0.0.7)

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.6",
"version": "0.0.7",
"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.6
/** @preserve jQuery animateNumber plugin v0.0.7
* (c) 2013, Alexandr Borisov.
* https://github.com/aishek/jquery-animateNumber
*/
Expand Down
2 changes: 1 addition & 1 deletion jquery.animateNumber.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.animateNumber.js",
"version": "0.0.6",
"version": "0.0.7",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
Expand Down

0 comments on commit c614e46

Please sign in to comment.