Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminVanRyseghem committed Jun 18, 2015
1 parent 0d9bc31 commit 9ac8c38
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.3.1

- fix context issue when in strict mode. Thanks @avetisk

### 1.3.0

- #53 Max significant numbers formating. Thanks @BenjaminVanRyseghem
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "numbro",
"repo": "foretagsplatsen/numbro",
"version": "1.3.0",
"version": "1.3.1",
"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": "numbro",
"repo": "foretagsplatsen/numbro",
"version": "1.3.0",
"version": "1.3.1",
"description": "Format and manipulate numbers.",
"keywords": [
"numeral",
Expand Down
4 changes: 2 additions & 2 deletions dist/numbro.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* numbro.js
* version : 1.3.0
* version : 1.3.1
* author : Företagsplatsen AB
* license : MIT
* http://www.foretagsplatsen.se
Expand All @@ -14,7 +14,7 @@
************************************/

var numbro,
VERSION = '1.3.0',
VERSION = '1.3.1',
// internal storage for language config files
languages = {},
currentLanguage = 'en-US',
Expand Down
4 changes: 2 additions & 2 deletions dist/numbro.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions numbro.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* numbro.js
* version : 1.3.0
* version : 1.3.1
* author : Företagsplatsen AB
* license : MIT
* http://www.foretagsplatsen.se
Expand All @@ -14,7 +14,7 @@
************************************/

var numbro,
VERSION = '1.3.0',
VERSION = '1.3.1',
// internal storage for language config files
languages = {},
currentLanguage = 'en-US',
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": "numbro",
"version": "1.3.0",
"version": "1.3.1",
"description": "Format and manipulate numbers.",
"homepage": "http://numbrojs.com",
"author": {
Expand Down

0 comments on commit 9ac8c38

Please sign in to comment.