aboutsummaryrefslogtreecommitdiff
path: root/versions.json
Commit message (Collapse)AuthorAge
* Added manifest.json, and image file required for being a packaged chrome ↵John Mayhew2012-02-08
| | | | application. Removed the old versions.json and updated the main page to detect if it is running as a chrome app and retrieve the version info from the chrome.app object. If the app is running hosted, the code will use an XHR to load the manifest.json and retrieve the version number from it directly.
* updating the versions file after the montage integration. Bumped ninja ↵Valerio Virgillito2012-02-03
| | | | | | version to 0.5.5 in preparation to a stable build. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Adding a version json object to NinjaValerio Virgillito2012-01-30
Versions object to start keeping track of versions for Ninja, Montage and eventually other dependencies. Loaded before montage to use in the splash screen. Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>