diff --git a/bin/embark b/bin/embark index 43ea4c1d..683afc90 100644 --- a/bin/embark +++ b/bin/embark @@ -7,7 +7,7 @@ var grunt = require('grunt'); require('shelljs/global'); program - .version('0.0.8') + .version('0.1.0') program.command('new [name]').description('New application').action(function(name) { if (name === undefined) { diff --git a/boilerplate/package.json b/boilerplate/package.json index 598b3fb5..9176ea67 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -1,6 +1,6 @@ { "name": "app_name", - "version": "0.0.1", + "version": "0.1.0", "description": "", "main": "Gruntfile.js", "scripts": { diff --git a/package.json b/package.json index 1b2a5c0d..10662595 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark-framework", - "version": "0.0.8", + "version": "0.1.0", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"