update to 1.0.0-beta.1

This commit is contained in:
Iuri Matias 2015-10-12 18:33:19 -04:00
parent ea3f3ee3b0
commit 75da137549
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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"