update to 0.1.0

This commit is contained in:
Iuri Matias 2015-05-25 08:26:07 -04:00
parent 23d06fc12d
commit bea68f8263
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ var grunt = require('grunt');
require('shelljs/global'); require('shelljs/global');
program program
.version('0.0.8') .version('0.1.0')
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": "app_name", "name": "app_name",
"version": "0.0.1", "version": "0.1.0",
"description": "", "description": "",
"main": "Gruntfile.js", "main": "Gruntfile.js",
"scripts": { "scripts": {

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-framework", "name": "embark-framework",
"version": "0.0.8", "version": "0.1.0",
"description": "", "description": "",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"