In this example, 2.13.2
is the latest version. We install it via bower
, specifying the particular version as ember#2.13.2
and including the save flag to persist it to bower.json.
As of writing this post the latest version is 2.13.2
. From the command line, in the root of your app's directory, run:
bower install ember#2.13.2 --save
You may be prompted to choose your version of Ember. If you are, prepend your answer with a !
to make sure it's saved.