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