Skip to content

Commit

Permalink
Update to rave ~0.4 and bump minor version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
unscriptable committed Sep 25, 2014
1 parent e4755f5 commit 8698f08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "rave-curl-i18n",
"version": "0.3.0",
"version": "0.4.0",
"description": "Adds curl's i18n AMD plugin to RaveJS.",
"main": "rave.js",
"dependencies": {
"curl": "~0.8",
"rave-amd-plugins": "~0.3"
"rave-amd-plugins": "~0.4"
},
"rave": {
"extension": "rave",
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": "rave-curl-i18n",
"version": "0.3.0",
"version": "0.4.0",
"description": "Adds curl's i18n AMD plugin to RaveJS.",
"main": "rave.js",
"rave": {
Expand All @@ -15,7 +15,7 @@
},
"peerDependencies": {
"curl": "~0.8",
"rave-amd-plugins": "~0.3"
"rave-amd-plugins": "~0.4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8698f08

Please sign in to comment.