Skip to content

Commit 4cd0669

Browse files
committed
update to 1.0.2
1 parent 283b26f commit 4cd0669

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
@@ -32,7 +32,7 @@ var deploy = function(env, embarkConfig, cb) {
3232
}
3333

3434
program
35-
.version('1.0.1');
35+
.version('1.0.2');
3636

3737
program.command('new [name]').description('New application').action(function(name) {
3838
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": "^1.0.1",
13+
"embark-framework": "^1.0.2",
1414
"grunt-embark": "^0.5.1",
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": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)