mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +00:00
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
|
||||
.version('0.9.3')
|
||||
.version('1.0.0-beta.1');
|
||||
|
||||
program.command('new [name]').description('New application').action(function(name) {
|
||||
if (name === undefined) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "embark-framework",
|
||||
"version": "0.9.3",
|
||||
"version": "1.0.0-beta.1",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user