From 4cd0669819c22b098003ad40e8e80e069012d4c3 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 13 Oct 2015 12:01:21 -0400 Subject: [PATCH] update to 1.0.2 --- 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 1fc97439..5cf6f390 100755 --- a/bin/embark +++ b/bin/embark @@ -32,7 +32,7 @@ var deploy = function(env, embarkConfig, cb) { } program - .version('1.0.1'); + .version('1.0.2'); program.command('new [name]').description('New application').action(function(name) { if (name === undefined) { diff --git a/boilerplate/package.json b/boilerplate/package.json index 6ec6d305..addeb674 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "^1.0.1", + "embark-framework": "^1.0.2", "grunt-embark": "^0.5.1", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^0.13.0", diff --git a/package.json b/package.json index 3afd7ac6..adfbde25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark-framework", - "version": "1.0.1", + "version": "1.0.2", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"