Skip to content

Commit

Permalink
update to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iurimatias committed Aug 4, 2015
1 parent 8544756 commit 2128bac
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 @@ -32,7 +32,7 @@ var deploy = function(env, embarkConfig) {
}

program
.version('0.7.3')
.version('0.8.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.7.3",
"grunt-embark": "^0.2.0",
"embark-framework": "^0.8.0",
"grunt-embark": "^0.3.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.7.3",
"version": "0.8.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 2128bac

Please sign in to comment.