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