Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoltman committed May 8, 2015
1 parent ca7d551 commit ec4bb30
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "string-natural-compare",
"main": "dist/natural-compare.min.js",
"version": "0.1.0",
"version": "1.0.0",
"homepage": "https://github.com/woollybogger/string-natural-compare",
"authors": [
"Nathan Woltman <nwoltman@outlook.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/natural-compare.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Natural Compare
* https://github.com/woollybogger/string-natural-compare
*
* @version 0.1.0
* @version 1.0.0
* @copyright 2015 Nathan Woltman
* @license MIT https://github.com/woollybogger/string-natural-compare/blob/master/LICENSE.txt
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/natural-compare.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 index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Natural Compare
* https://github.com/woollybogger/string-natural-compare
*
* @version 0.1.0
* @version 1.0.0
* @copyright 2015 Nathan Woltman
* @license MIT https://github.com/woollybogger/string-natural-compare/blob/master/LICENSE.txt
*/
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": "string-natural-compare",
"version": "0.1.0",
"version": "1.0.0",
"description": "Compare alphanumeric strings the same way a human would, using a natural order algorithm",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ec4bb30

Please sign in to comment.