Skip to content

Commit

Permalink
update to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iurimatias committed Jun 4, 2015
1 parent 3cda508 commit 1430d02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/embark
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var grunt = require('grunt');
require('shelljs/global');

program
.version('0.1.2')
.version('0.2.0')

program.command('new [name]').description('New application').action(function(name) {
if (name === undefined) {
Expand Down
2 changes: 1 addition & 1 deletion boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"homepage": "",
"devDependencies": {
"embark-framework": "^0.1.2",
"embark-framework": "^0.2.0",
"commander": "^2.8.1",
"compression": "^1.4.3",
"express": "^4.12.3",
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.1.2",
"version": "0.2.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 1430d02

Please sign in to comment.