update to 1.0.0-beta.1
This commit is contained in:
parent
ea3f3ee3b0
commit
75da137549
|
@ -32,7 +32,7 @@ var deploy = function(env, embarkConfig, cb) {
|
||||||
}
|
}
|
||||||
|
|
||||||
program
|
program
|
||||||
.version('0.9.3')
|
.version('1.0.0-beta.1');
|
||||||
|
|
||||||
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) {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embark-framework",
|
"name": "embark-framework",
|
||||||
"version": "0.9.3",
|
"version": "1.0.0-beta.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
|
Loading…
Reference in New Issue