From 76203e43e3af49abc0f37c8cb83417416e636448 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 5 Aug 2015 22:32:14 -0400 Subject: [PATCH] update to 0.8.4 --- 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 bec002c4a..98fd67e3b 100644 --- a/bin/embark +++ b/bin/embark @@ -32,7 +32,7 @@ var deploy = function(env, embarkConfig) { } program - .version('0.8.3') + .version('0.8.4') program.command('new [name]').description('New application').action(function(name) { if (name === undefined) { diff --git a/boilerplate/package.json b/boilerplate/package.json index f49c97659..770769863 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "^0.8.3", + "embark-framework": "^0.8.4", "grunt-embark": "^0.3.0", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^0.13.0", diff --git a/package.json b/package.json index 712f2bcdf..cf0d25141 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark-framework", - "version": "0.8.3", + "version": "0.8.4", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"