update to 0.0.6

This commit is contained in:
Iuri Matias 2015-05-24 14:46:58 -04:00
parent a4d3b6b125
commit 843f60b7d7
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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"