Keeping ionic library up to date in my app

I created an app using ionic start foo as described here: http://ionicframework.com/docs/guide/installation.html

I’m wondering: what’s the best way to keep the libraries up to date as new versions of ionic and/or angular are released?

Right now, the most stable version is 0.9.27. Using the nightlies would be discouraged at this point. When the beta comes out, much of the code written with older releases is going to need to be rewritten.

So, you might want to base off of 0.9.27 until things standardize a bit. Unfortunately, you won’t get any bug fixes.

There are several posts here on the forum about using Bower to sync the Ionic code base to the nightlies check them out.

Personally, when I want to update to a new release or the nightly, I just copy over the files.