From 259b24b462dfa4e20e594b010f4521b4918cd3e7 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sun, 24 May 2015 11:58:05 -0400 Subject: [PATCH] update to 0.0.4 --- bin/embark | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/embark b/bin/embark index 2d9a79c8..9e682af9 100644 --- a/bin/embark +++ b/bin/embark @@ -7,7 +7,7 @@ var grunt = require('grunt'); require('shelljs/global'); program - .version('0.0.3') + .version('0.0.4') program.command('new [name]').description('New application').action(function(name) { if (name === undefined) { diff --git a/package.json b/package.json index 7ce3a6d4..3a47dc0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark-framework", - "version": "0.0.3", + "version": "0.0.4", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"