diff --git a/bin/embark b/bin/embark index 05c8f62d5..1a73026d6 100644 --- a/bin/embark +++ b/bin/embark @@ -25,7 +25,7 @@ var deploy = function(env, embarkConfig) { } program - .version('0.7.2') + .version('0.7.3') program.command('new [name]').description('New application').action(function(name) { if (name === undefined) { diff --git a/boilerplate/package.json b/boilerplate/package.json index e75859313..a6797e1e1 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "^0.7.2", + "embark-framework": "^0.7.3", "grunt-embark": "^0.2.0", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^0.13.0", diff --git a/package.json b/package.json index 23fa772ab..cbb9f03f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark-framework", - "version": "0.7.2", + "version": "0.7.3", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"