Skip to content

Commit c08f9e3

Browse files
authored
Merge pull request #424 from adamwdraper/develop
2.0.3
2 parents ed2c20b + 5f3f7a9 commit c08f9e3

File tree

10 files changed

+13
-12
lines changed

10 files changed

+13
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ Icon
2929
node_modules/
3030
.sass-cache
3131
temp/
32+
npm-debug.log

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "numeral",
33
"repo": "adamwdraper/Numeral-js",
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"description": "Format and manipulate numbers.",
66
"keywords": [
77
"numeral",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "numeral",
33
"repo": "adamwdraper/Numeral-js",
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"description": "Format and manipulate numbers.",
66
"keywords": [
77
"numeral",

locales.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*! @preserve
22
* numeral.js
3-
* locales: 2.0.2
3+
* locales: 2.0.3
44
* license : MIT
55
* http://adamwdraper.github.com/Numeral-js/
66
*/

min/locales.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

min/numeral.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

numeral.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*! @preserve
22
* numeral.js
3-
* version : 2.0.2
3+
* version : 2.0.3
44
* author : Adam Draper
55
* license : MIT
66
* http://adamwdraper.github.com/Numeral-js/
@@ -21,7 +21,7 @@
2121

2222
var numeral,
2323
_,
24-
VERSION = '2.0.2',
24+
VERSION = '2.0.3',
2525
formats = {},
2626
locales = {},
2727
defaults = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "numeral",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Format and manipulate numbers.",
55
"homepage": "http://numeraljs.com",
66
"author": {

src/numeral.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*! @preserve
22
* numeral.js
3-
* version : 2.0.2
3+
* version : 2.0.3
44
* author : Adam Draper
55
* license : MIT
66
* http://adamwdraper.github.com/Numeral-js/
@@ -21,7 +21,7 @@
2121

2222
var numeral,
2323
_,
24-
VERSION = '2.0.2',
24+
VERSION = '2.0.3',
2525
formats = {},
2626
locales = {},
2727
defaults = {

templates/types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*! @preserve
22
* numeral.js
3-
* <%= type %>: 2.0.2
3+
* <%= type %>: 2.0.3
44
* license : MIT
55
* http://adamwdraper.github.com/Numeral-js/
66
*/

0 commit comments

Comments
 (0)