Skip to content

Commit 13c7497

Browse files
committed
update to 0.7.1
1 parent e35a14e commit 13c7497

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
@@ -25,7 +25,7 @@ var deploy = function(env, embarkConfig) {
2525
}
2626

2727
program
28-
.version('0.7.0')
28+
.version('0.7.1')
2929

3030
program.command('new [name]').description('New application').action(function(name) {
3131
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": "^0.7.0",
13+
"embark-framework": "^0.7.1",
1414
"grunt-embark": "^0.2.0",
1515
"grunt-contrib-clean": "^0.6.0",
1616
"grunt-contrib-coffee": "^0.13.0",

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.7.0",
3+
"version": "0.7.1",
44
"description": "",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)