update to 2.5.1

This commit is contained in:
Iuri Matias 2017-06-29 07:42:53 -04:00
parent cdc75c91e1
commit a73f0868fc
5 changed files with 5 additions and 5 deletions

View File

@ -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/)

View File

@ -9,7 +9,7 @@
"license": "ISC",
"homepage": "",
"devDependencies": {
"embark": "^2.5.0",
"embark": "^2.5.1",
"mocha": "^2.2.5"
}
}

View File

@ -10,7 +10,7 @@
"license": "ISC",
"homepage": "",
"devDependencies": {
"embark": "^2.5.0",
"embark": "^2.5.1",
"mocha": "^2.2.5"
}
}

View File

@ -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.

View File

@ -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"