Skip to content

Commit 7de892f

Browse files
authored
Merge pull request #490 from adamwdraper/develop
2.0.6
2 parents cd9750d + 4f6246c commit 7de892f

13 files changed

+17
-28
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ See [the english unit tests](https://github.com/adamwdraper/Numeral-js/blob/mast
5656

5757
# Changelog
5858

59-
### 2.0.5
59+
### 2.0.6
6060

6161
Bug fix: Multi letter currency symbols and spacing
6262

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.5",
4+
"version": "2.0.6",
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.5",
4+
"version": "2.0.6",
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.5
3+
* locales : 2.0.6
44
* license : MIT
55
* http://adamwdraper.github.com/Numeral-js/
66
*/

min/locales.min.js

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

min/locales/nl-be.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/locales/nl-nl.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/locales/vi.min.js

Lines changed: 1 addition & 0 deletions
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 & 10 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.5
3+
* version : 2.0.6
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.5',
24+
VERSION = '2.0.6',
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.5",
3+
"version": "2.0.6",
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.5
3+
* version : 2.0.6
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.5',
24+
VERSION = '2.0.6',
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.5
3+
* <%= type %> : 2.0.6
44
* license : MIT
55
* http://adamwdraper.github.com/Numeral-js/
66
*/

0 commit comments

Comments
 (0)