From 7ccec28402a6e3708aaafe1b4c745d51a49bdde4 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 4 Jun 2015 07:16:09 -0400 Subject: [PATCH] update to 0.1.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 8a6fd9afb..1fc869386 100644 --- a/bin/embark +++ b/bin/embark @@ -7,7 +7,7 @@ var grunt = require('grunt'); require('shelljs/global'); program - .version('0.1.1') + .version('0.1.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 3a58328d8..e470523b2 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "^0.1.1", + "embark-framework": "^0.1.2", "commander": "^2.8.1", "compression": "^1.4.3", "express": "^4.12.3", diff --git a/package.json b/package.json index accca0f7f..2916ec2a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark-framework", - "version": "0.1.1", + "version": "0.1.2", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"