diff --git a/bin/embark b/bin/embark index fe914cc9..bcd1a86f 100644 --- a/bin/embark +++ b/bin/embark @@ -7,7 +7,7 @@ var grunt = require('grunt'); require('shelljs/global'); program - .version('0.0.6') + .version('0.0.7') program.command('new [name]').description('New application').action(function(name) { if (name === undefined) { diff --git a/package.json b/package.json index efb1e7ca..2b8ad49a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark-framework", - "version": "0.0.6", + "version": "0.0.7", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"