From bed70b530bcca62eb4ffcda52fee9837b2669a80 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 10 Aug 2016 07:59:37 -0400 Subject: [PATCH] update to 1.2.0 --- bin/embark | 2 +- boilerplate/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/embark b/bin/embark index 3626d1646..a99cd29b7 100755 --- a/bin/embark +++ b/bin/embark @@ -31,7 +31,7 @@ var deploy = function(env, embarkConfig, cb) { } program - .version('1.1.1'); + .version('1.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 e4a4790da..662259747 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "^1.1.1", + "embark-framework": "^1.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 a9e44d4cc..944a7c8fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark-framework", - "version": "1.1.1", + "version": "1.2.0", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"