We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f0c65 commit 7322e8fCopy full SHA for 7322e8f
README.md
@@ -5,7 +5,7 @@ for number formatting ( Intl.NumberFormat ) and date and time formatting ( Intl.
5
Collation ( Intl.Collator ) is not currently supported.
6
7
## Status
8
-No official release yet. Relatively stable development release at `0.2.x`.
+Current release is version 1.0, published 2015-07-08.
9
10
## Licensing
11
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ecma402",
3
- "version": "0.3.0",
+ "version": "1.0.0",
4
"dependencies": {
"requirejs": "2.1.x",
"requirejs-text": "2.0.x",
package.json
"requirejs": ">=2.1.14"
},
0 commit comments