From e01a339756432c86cf5ea3452ed0d9eaecff110e Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 26 Jun 2015 20:23:15 -0400 Subject: [PATCH] update to 0.4.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 f0a2690f..899fe401 100644 --- a/bin/embark +++ b/bin/embark @@ -13,7 +13,7 @@ var run = function(cmd) { } program - .version('0.4.1') + .version('0.4.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 6af26776..f7499908 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "^0.4.1", + "embark-framework": "^0.4.2", "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 89e59e2b..09ca5dee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark-framework", - "version": "0.4.1", + "version": "0.4.2", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"