From 843f60b7d7170889ff21b84c8e1bbb585af371db Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sun, 24 May 2015 14:46:58 -0400 Subject: [PATCH] update to 0.0.6 --- bin/embark | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/embark b/bin/embark index c4928f05a..fe914cc99 100644 --- a/bin/embark +++ b/bin/embark @@ -7,7 +7,7 @@ var grunt = require('grunt'); require('shelljs/global'); program - .version('0.0.5') + .version('0.0.6') program.command('new [name]').description('New application').action(function(name) { if (name === undefined) { diff --git a/package.json b/package.json index d2d890f62..7a4c6977a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark-framework", - "version": "0.0.5", + "version": "0.0.6", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"