Skip to content

Commit 8b44f4f

Browse files
committed
update to 1.0.1
1 parent 40add07 commit 8b44f4f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.0');
35+
.version('1.0.1');
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.0",
13+
"embark-framework": "^1.0.1",
1414
"grunt-embark": "^0.5.1",
1515
"grunt-contrib-clean": "^0.6.0",
1616
"grunt-contrib-coffee": "^0.13.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark-framework",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"
@@ -24,7 +24,7 @@
2424
"toposort": "^0.2.10",
2525
"web3": "^0.8.1",
2626
"wrench": "^1.5.8",
27-
"ethersim": "^0.1.0"
27+
"ethersim": "^0.1.1"
2828
},
2929
"author": "Iuri Matias <[email protected]>",
3030
"contributors": [],

0 commit comments

Comments
 (0)