update to 0.8.4

This commit is contained in:
Iuri Matias 2015-08-05 22:32:14 -04:00
parent 39840bbd7a
commit 76203e43e3
3 changed files with 3 additions and 3 deletions

View File

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

View File

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