From 2a1d5ea984c4abf10e84b82a9015ab469fc09413 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 5 Jun 2015 08:58:08 -0400 Subject: [PATCH] update to 0.2.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 046e41b7a..aef976b5e 100644 --- a/bin/embark +++ b/bin/embark @@ -7,7 +7,7 @@ var grunt = require('grunt'); require('shelljs/global'); program - .version('0.2.0') + .version('0.2.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 b8425a673..e78ea64dd 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "^0.2.0", + "embark-framework": "^0.2.1", "commander": "^2.8.1", "compression": "^1.4.3", "express": "^4.12.3", diff --git a/package.json b/package.json index f427ad7c8..7e8940fd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark-framework", - "version": "0.2.0", + "version": "0.2.1", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"