update to 1.0.2

This commit is contained in:
Iuri Matias 2015-10-13 12:01:21 -04:00
parent 283b26f4b3
commit 4cd0669819
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ var deploy = function(env, embarkConfig, cb) {
}
program
.version('1.0.1');
.version('1.0.2');
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": "^1.0.1",
"embark-framework": "^1.0.2",
"grunt-embark": "^0.5.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",

View File

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