Skip to content

Commit

Permalink
update to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iurimatias committed Jun 10, 2015
1 parent 431b371 commit 885651c
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 @@ -13,7 +13,7 @@ var run = function(cmd) {
}

program
.version('0.2.1')
.version('0.3.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": "/Users/iurimatias/Projects/embark-framework",
"embark-framework": "^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.2.1",
"version": "0.3.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 885651c

Please sign in to comment.