Skip to content

Commit

Permalink
Merge pull request #424 from adamwdraper/develop
Browse files Browse the repository at this point in the history
2.0.3
  • Loading branch information
adamwdraper authored Dec 17, 2016
2 parents ed2c20b + 5f3f7a9 commit c08f9e3
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ Icon
node_modules/
.sass-cache
temp/
npm-debug.log
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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.

4 changes: 2 additions & 2 deletions min/numeral.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions numeral.js
Original file line number Diff line number Diff line change
@@ -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 All @@ -21,7 +21,7 @@

var numeral,
_,
VERSION = '2.0.2',
VERSION = '2.0.3',
formats = {},
locales = {},
defaults = {
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": "numeral",
"version": "2.0.2",
"version": "2.0.3",
"description": "Format and manipulate numbers.",
"homepage": "http://numeraljs.com",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions src/numeral.js
Original file line number Diff line number Diff line change
@@ -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 All @@ -21,7 +21,7 @@

var numeral,
_,
VERSION = '2.0.2',
VERSION = '2.0.3',
formats = {},
locales = {},
defaults = {
Expand Down
2 changes: 1 addition & 1 deletion templates/types.js
Original file line number Diff line number Diff line change
@@ -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 c08f9e3

Please sign in to comment.