Skip to content

Commit

Permalink
feat(gen): Upgrade Ionic to RC3. Closes diegonetto#181.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegonetto committed Apr 18, 2015
1 parent 0ac5d57 commit 3f6461d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/common/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "<%= appName %>",
"version": "0.0.0",
"dependencies": {
"ionic": "v1.0.0-beta.14",
"ngCordova": "0.1.12-alpha"
"ionic": "v1.0.0-rc.3",
"ngCordova": "v0.1.14-alpha"
},
"devDependencies": {
"angular-mocks": "~1.3.6",
"angular-scenario": "~1.3.6"
},
"resolutions": {
"angular": "1.3.6"
"angular": ">= 1.3.6"
}
}

0 comments on commit 3f6461d

Please sign in to comment.