update to 0.2.1

This commit is contained in:
Iuri Matias 2015-06-05 08:58:08 -04:00
parent 1430d02aa0
commit 2a1d5ea984
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ var grunt = require('grunt');
require('shelljs/global');
program
.version('0.2.0')
.version('0.2.1')
program.command('new [name]').description('New application').action(function(name) {
if (name === undefined) {

View File

@ -10,7 +10,7 @@
"license": "ISC",
"homepage": "",
"devDependencies": {
"embark-framework": "^0.2.0",
"embark-framework": "^0.2.1",
"commander": "^2.8.1",
"compression": "^1.4.3",
"express": "^4.12.3",

View File

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