From bea68f8263e734283b03dbc9358c07ab19451488 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 25 May 2015 08:26:07 -0400 Subject: [PATCH] update to 0.1.0 --- bin/embark | 2 +- boilerplate/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"