Upgrading to Ionic 1.3

Hello, Ionic community.

I have an Ionic project created using Ionic 1.2.x and I would like to upgrade it to Ionic 1.3.x, but am wondering on the best / easiest way to do so. I noticed a line like this in the project’s bower devDependecies:

"ionic": "driftyco/ionic-bower#1.2.4"

Will changing that 1.2.4 to something else and then bower install'ing upgrade me? If not, what other options do I have?

The easiest way is update through npm

npm install -g ionic

Go to your project root directory

ionic lib update
1 Like