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