diff --git a/bin/embark b/bin/embark index 1fc869386..046e41b7a 100644 --- a/bin/embark +++ b/bin/embark @@ -7,7 +7,7 @@ var grunt = require('grunt'); require('shelljs/global'); program - .version('0.1.2') + .version('0.2.0') program.command('new [name]').description('New application').action(function(name) { if (name === undefined) { diff --git a/boilerplate/package.json b/boilerplate/package.json index f8019900f..b8425a673 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "^0.1.2", + "embark-framework": "^0.2.0", "commander": "^2.8.1", "compression": "^1.4.3", "express": "^4.12.3", diff --git a/package.json b/package.json index 0b98ef0e9..f427ad7c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark-framework", - "version": "0.1.2", + "version": "0.2.0", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"