ember-cli-simple-auth
Advanced tools
Comparing version 0.8.0-beta.3 to 0.8.0
@@ -6,4 +6,4 @@ module.exports = { | ||
afterInstall: function() { | ||
return this.addBowerPackageToProject('ember-simple-auth', '0.8.0-beta.3'); | ||
return this.addBowerPackageToProject('ember-simple-auth', '0.8.0'); | ||
} | ||
}; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.8.0-beta.3", | ||
"version": "0.8.0", | ||
"description": "Include the Ember Simple Auth base library into an Ember CLI application.", | ||
@@ -8,0 +8,0 @@ "main": "index.js", |
5671