How to update from beta 14 to latest?

I’ve updated CLI: ionic -v -> 1.5.0
I’ve run ionic lib update, but doesn’t install anything higher than the current version - 1.0.0-beta.14
I’ve manually run bower update to update all packages.

Then, when I run ionic lib - it returns:

Local Ionic version: 1.0.0-beta.14
Latest Ionic version: 1.0.0  (released 2015-05-12)
* Local version is out of date

How do I update to latest version - 1.0.0 ?
TIA

I always reinstall to update :smile:

$ npm install -g cordova ionic

I run it as sudo

Hope that helps you.

Try updating bower.json so the “ionic” property looks like this:

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

and then run ionic lib update.

If this doesn’t work run through some of these solutions to see if they help: