Old Guides - You are viewing the guides for
Ember
v1.13.0.
To see a list of libraries you are using along with their versions,
click on the Info
menu.
Registering a Library
If you would like to add your own application to the list, or are a library author yourself, you can register it using:
Ember.libraries.register(libraryName, libraryVersion);
Ember CLI
Ember CLI automatically adds your application's name and version to the list thanks to the ember-cli-app-version addon.