From 5cf452911323953f1a1bc4b6584bbbe9e472812f Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 12 Oct 2015 18:52:30 -0400 Subject: [PATCH] update to 1.0.0 --- bin/embark | 2 +- boilerplate/package.json | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/embark b/bin/embark index 5d4e7e5e..11f20cd4 100755 --- a/bin/embark +++ b/bin/embark @@ -32,7 +32,7 @@ var deploy = function(env, embarkConfig, cb) { } program - .version('1.0.0-beta.1'); + .version('1.0.0'); program.command('new [name]').description('New application').action(function(name) { if (name === undefined) { diff --git a/boilerplate/package.json b/boilerplate/package.json index 7fa068e2..31bbd5c7 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,8 +10,8 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "1.0.0-beta.1", - "grunt-embark": "0.5.0", + "embark-framework": "^1.0.0", + "grunt-embark": "^0.5.1", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^0.13.0", "grunt-contrib-concat": "^0.5.1", diff --git a/package.json b/package.json index d0aeee5b..74fc1432 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark-framework", - "version": "1.0.0-beta.1", + "version": "1.0.0", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -24,7 +24,7 @@ "toposort": "^0.2.10", "web3": "^0.8.1", "wrench": "^1.5.8", - "ethersim": "/Users/iurimatias/Projects/projects/EtherSim" + "ethersim": "^0.1.0" }, "author": "Iuri Matias ", "contributors": [],