Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Draper authored and Adam Draper committed Dec 17, 2016
1 parent 794c7e2 commit 6b26811
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -29,3 +29,4 @@ Icon
node_modules/
.sass-cache
temp/
npm-debug.log
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "numeral",
"repo": "adamwdraper/Numeral-js",
"version": "2.0.2",
"version": "2.0.3",
"description": "Format and manipulate numbers.",
"keywords": [
"numeral",
Expand Down
2 changes: 1 addition & 1 deletion component.json
@@ -1,7 +1,7 @@
{
"name": "numeral",
"repo": "adamwdraper/Numeral-js",
"version": "2.0.2",
"version": "2.0.3",
"description": "Format and manipulate numbers.",
"keywords": [
"numeral",
Expand Down
2 changes: 1 addition & 1 deletion locales.js
@@ -1,6 +1,6 @@
/*! @preserve
* numeral.js
* locales: 2.0.2
* locales: 2.0.3
* license : MIT
* http://adamwdraper.github.com/Numeral-js/
*/
Expand Down
2 changes: 1 addition & 1 deletion min/locales.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 min/numeral.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 numeral.js
@@ -1,6 +1,6 @@
/*! @preserve
* numeral.js
* version : 2.0.2
* version : 2.0.3
* author : Adam Draper
* license : MIT
* http://adamwdraper.github.com/Numeral-js/
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "numeral",
"version": "2.0.2",
"version": "2.0.3",
"description": "Format and manipulate numbers.",
"homepage": "http://numeraljs.com",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/numeral.js
@@ -1,6 +1,6 @@
/*! @preserve
* numeral.js
* version : 2.0.2
* version : 2.0.3
* author : Adam Draper
* license : MIT
* http://adamwdraper.github.com/Numeral-js/
Expand Down
2 changes: 1 addition & 1 deletion templates/types.js
@@ -1,6 +1,6 @@
/*! @preserve
* numeral.js
* <%= type %>: 2.0.2
* <%= type %>: 2.0.3
* license : MIT
* http://adamwdraper.github.com/Numeral-js/
*/
Expand Down

0 comments on commit 6b26811

Please sign in to comment.