update to 0.0.3

This commit is contained in:
Iuri Matias 2015-05-24 11:34:10 -04:00
parent 8fa5369126
commit 12a37ee6d4
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.2') .version('0.0.3')
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.2", "version": "0.0.3",
"description": "", "description": "",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"