Skip to content

Commit 885651c

Browse files
committed
update to 0.3.0
1 parent 431b371 commit 885651c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/embark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var run = function(cmd) {
1313
}
1414

1515
program
16-
.version('0.2.1')
16+
.version('0.3.0')
1717

1818
program.command('new [name]').description('New application').action(function(name) {
1919
if (name === undefined) {

boilerplate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"homepage": "",
1212
"devDependencies": {
13-
"embark-framework": "/Users/iurimatias/Projects/embark-framework",
13+
"embark-framework": "^0.3.0",
1414
"grunt-contrib-clean": "^0.6.0",
1515
"grunt-contrib-coffee": "^0.13.0",
1616
"grunt-contrib-concat": "^0.5.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark-framework",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)