Skip to content

Commit 5cf4529

Browse files
committed
update to 1.0.0
1 parent 75da137 commit 5cf4529

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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-beta.1');
35+
.version('1.0.0');
3636

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

boilerplate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"license": "ISC",
1111
"homepage": "",
1212
"devDependencies": {
13-
"embark-framework": "1.0.0-beta.1",
14-
"grunt-embark": "0.5.0",
13+
"embark-framework": "^1.0.0",
14+
"grunt-embark": "^0.5.1",
1515
"grunt-contrib-clean": "^0.6.0",
1616
"grunt-contrib-coffee": "^0.13.0",
1717
"grunt-contrib-concat": "^0.5.1",

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-beta.1",
3+
"version": "1.0.0",
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": "/Users/iurimatias/Projects/projects/EtherSim"
27+
"ethersim": "^0.1.0"
2828
},
2929
"author": "Iuri Matias <[email protected]>",
3030
"contributors": [],

0 commit comments

Comments
 (0)