Skip to content

Commit a73f086

Browse files
committed
update to 2.5.1
1 parent cdc75c9 commit a73f086

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Table of Contents
5555

5656
Installation
5757
======
58-
Requirements: geth (1.6.5 or higher), node (6.9.1 or higher is recommended) and npm
58+
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
5959
Optional: testrpc (3.0 or higher) if using the simulator or the test functionality.
6060
Further: depending on the dapp stack you choose: [IPFS](https://ipfs.io/)
6161

boilerplate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "ISC",
1010
"homepage": "",
1111
"devDependencies": {
12-
"embark": "^2.5.0",
12+
"embark": "^2.5.1",
1313
"mocha": "^2.2.5"
1414
}
1515
}

demo/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": "^2.5.0",
13+
"embark": "^2.5.1",
1414
"mocha": "^2.2.5"
1515
}
1616
}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = u'2.5'
6262
# The full version, including alpha/beta/rc tags.
63-
release = u'2.5.0'
63+
release = u'2.5.1'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
55
"scripts": {
66
"test": "grunt jshint && mocha test/ --no-timeouts"

0 commit comments

Comments
 (0)