Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Bump release version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andyearnshaw committed May 16, 2014
1 parent 20af3fd commit 6ca0b98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl",
"version": "0.1.2",
"version": "0.1.3",
"description": "polyfill the ECMA-402 Intl API (except collation)",
"main": ["Intl.js", "Intl.min.js"],
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl",
"version": "0.1.2",
"version": "0.1.3",
"description": "Polyfill the ECMA-402 Intl API (except collation)",
"main": "Intl.complete.js",
"directories": {
Expand All @@ -16,7 +16,7 @@
"wd": "~0.2.8"
},
"scripts": {
"build": "grunt",
"build": "grunt --complete",
"lint": "jshint Intl.js",
"test": "cd tests && node noderunner.js && node saucelabs.js"
},
Expand Down

0 comments on commit 6ca0b98

Please sign in to comment.