tag 0.6.3

This commit is contained in:
Iuri Matias 2015-07-23 07:17:26 -04:00
parent 03f389e771
commit c08354891c
3 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ var deploy = function(env, embarkConfig) {
}
program
.version('0.6.1')
.version('0.6.3')
program.command('new [name]').description('New application').action(function(name) {
if (name === undefined) {

View File

@ -10,8 +10,8 @@
"license": "ISC",
"homepage": "",
"devDependencies": {
"embark-framework": "git://github.com/iurimatias/embark-framework#develop",
"grunt-embark": "git://github.com/embark-framework/grunt-embark",
"embark-framework": "^0.6.3",
"grunt-embark": "^0.1.1",
"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": "0.6.1",
"version": "0.6.3",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"