From 3b9cc0339ba9940279f4b293cfa9236d1f0ba2a8 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 15 Jul 2015 08:21:38 -0400 Subject: [PATCH] update to 0.6.1 --- 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 ee780476..55a910b2 100644 --- a/bin/embark +++ b/bin/embark @@ -25,7 +25,7 @@ var deploy = function(embarkConfig) { } program - .version('0.6.0') + .version('0.6.1') program.command('new [name]').description('New application').action(function(name) { if (name === undefined) { diff --git a/boilerplate/package.json b/boilerplate/package.json index f478b14f..e6ba2a3b 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "^0.6.0", + "embark-framework": "^0.6.1", "grunt-embark": "0.1.0", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^0.13.0", diff --git a/package.json b/package.json index 7eb1f05c..048d3f17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark-framework", - "version": "0.6.0", + "version": "0.6.1", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"