Skip to content

Commit 7322e8f

Browse files
committed
Update to version 1.0.0 for release
1 parent f5f0c65 commit 7322e8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ for number formatting ( Intl.NumberFormat ) and date and time formatting ( Intl.
55
Collation ( Intl.Collator ) is not currently supported.
66

77
## Status
8-
No official release yet. Relatively stable development release at `0.2.x`.
8+
Current release is version 1.0, published 2015-07-08.
99

1010
## Licensing
1111

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ecma402",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"dependencies": {
55
"requirejs": "2.1.x",
66
"requirejs-text": "2.0.x",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ecma402",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"dependencies": {
55
"requirejs": ">=2.1.14"
66
},

0 commit comments

Comments
 (0)