update to 0.0.3
This commit is contained in:
parent
8fa5369126
commit
12a37ee6d4
|
@ -7,7 +7,7 @@ var grunt = require('grunt');
|
|||
require('shelljs/global');
|
||||
|
||||
program
|
||||
.version('0.0.2')
|
||||
.version('0.0.3')
|
||||
|
||||
program.command('new [name]').description('New application').action(function(name) {
|
||||
if (name === undefined) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-framework",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
|
Loading…
Reference in New Issue