Skip to content

Commit

Permalink
update to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iurimatias committed Sep 1, 2015
1 parent ce4e157 commit d468e43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/embark
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var deploy = function(env, embarkConfig) {
}

program
.version('0.8.6')
.version('0.9.0')

program.command('new [name]').description('New application').action(function(name) {
if (name === undefined) {
Expand Down
4 changes: 2 additions & 2 deletions boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"license": "ISC",
"homepage": "",
"devDependencies": {
"embark-framework": "^0.8.6",
"grunt-embark": "^0.3.0",
"embark-framework": "^0.9.0",
"grunt-embark": "^0.4.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embark-framework",
"version": "0.8.6",
"version": "0.9.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit d468e43

Please sign in to comment.