From a73f0868fc8518c86306dab01cbb52f0ee5238da Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 29 Jun 2017 07:42:53 -0400 Subject: [PATCH] update to 2.5.1 --- README.md | 2 +- boilerplate/package.json | 2 +- demo/package.json | 2 +- docs/conf.py | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c834c161b..b1e3ea199 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Table of Contents Installation ====== -Requirements: geth (1.6.5 or higher), node (6.9.1 or higher is recommended) and npm +Requirements: geth (1.6.5 or higher recommended, 1.6.0 or lower for whisper support), node (6.9.1 or higher is recommended) and npm Optional: testrpc (3.0 or higher) if using the simulator or the test functionality. Further: depending on the dapp stack you choose: [IPFS](https://ipfs.io/) diff --git a/boilerplate/package.json b/boilerplate/package.json index 33d7fc4b7..64f510d4b 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -9,7 +9,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark": "^2.5.0", + "embark": "^2.5.1", "mocha": "^2.2.5" } } diff --git a/demo/package.json b/demo/package.json index 4c7b4bd5b..4c8b060e6 100644 --- a/demo/package.json +++ b/demo/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark": "^2.5.0", + "embark": "^2.5.1", "mocha": "^2.2.5" } } diff --git a/docs/conf.py b/docs/conf.py index 1544c4505..f254edd11 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ author = u'Iuri Matias' # The short X.Y version. version = u'2.5' # The full version, including alpha/beta/rc tags. -release = u'2.5.0' +release = u'2.5.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/package.json b/package.json index 0b71a3484..74c8eae45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "2.5.0", + "version": "2.5.1", "description": "Embark is a framework that allows you to easily develop and deploy DApps", "scripts": { "test": "grunt jshint && mocha test/ --no-timeouts"