Skip to content

Commit

Permalink
update to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iurimatias committed Jul 23, 2015
1 parent c083548 commit e72a2e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/embark
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var deploy = function(env, embarkConfig) {
}

program
.version('0.6.3')
.version('0.7.0')

program.command('new [name]').description('New application').action(function(name) {
if (name === undefined) {
Expand Down
4 changes: 2 additions & 2 deletions boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"license": "ISC",
"homepage": "",
"devDependencies": {
"embark-framework": "^0.6.3",
"grunt-embark": "^0.1.1",
"embark-framework": "^0.7.0",
"grunt-embark": "^0.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embark-framework",
"version": "0.6.3",
"version": "0.7.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit e72a2e1

Please sign in to comment.