update to 1.2.0

This commit is contained in:
Iuri Matias 2016-08-10 07:59:37 -04:00
parent 0c29b171fd
commit bed70b530b
3 changed files with 3 additions and 3 deletions

View File

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

View File

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