update to 0.0.7

This commit is contained in:
Iuri Matias 2015-05-24 16:31:16 -04:00
parent 2fb91557db
commit b1bc70f2c1
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ var grunt = require('grunt');
require('shelljs/global'); require('shelljs/global');
program program
.version('0.0.6') .version('0.0.7')
program.command('new [name]').description('New application').action(function(name) { program.command('new [name]').description('New application').action(function(name) {
if (name === undefined) { if (name === undefined) {

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-framework", "name": "embark-framework",
"version": "0.0.6", "version": "0.0.7",
"description": "", "description": "",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"