From e72a2e1aa94fb732a678ddca198070e3c76998ee Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 23 Jul 2015 07:37:36 -0400 Subject: [PATCH] update to 0.7.0 --- bin/embark | 2 +- boilerplate/package.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/embark b/bin/embark index e69695761..0786b1bd7 100644 --- a/bin/embark +++ b/bin/embark @@ -25,7 +25,7 @@ var deploy = function(env, embarkConfig) { } program - .version('0.6.3') + .version('0.7.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 375bb2a8a..012df9348 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,8 +10,8 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "^0.6.3", - "grunt-embark": "^0.1.1", + "embark-framework": "^0.7.0", + "grunt-embark": "^0.2.0", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^0.13.0", "grunt-contrib-concat": "^0.5.1", diff --git a/package.json b/package.json index 9512adeda..b3c5054e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark-framework", - "version": "0.6.3", + "version": "0.7.0", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"