Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
iurimatias committed Jun 5, 2015
2 parents d1dd25a + 2a1d5ea commit 9b87dc7
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.2.0')
.version('0.2.1')

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.2.0",
"embark-framework": "^0.2.1",
"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.2.0",
"version": "0.2.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 9b87dc7

Please sign in to comment.