File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Table of Contents
5555
5656Installation
5757======
58- Requirements: geth (1.5.8 or higher), node (6.9.1 or higher is recommended) and npm
58+ Requirements: geth (1.6.5 or higher), node (6.9.1 or higher is recommended) and npm
5959Optional: testrpc (3.0 or higher) if using the simulator or the test functionality.
6060Further: depending on the dapp stack you choose: [ IPFS] ( https://ipfs.io/ )
6161
Original file line number Diff line number Diff line change 99 "license" : " ISC" ,
1010 "homepage" : " " ,
1111 "devDependencies" : {
12- "embark" : " ^2.4.3 " ,
12+ "embark" : " ^2.5.0 " ,
1313 "mocha" : " ^2.2.5"
1414 }
1515}
Original file line number Diff line number Diff line change 1010 "license" : " ISC" ,
1111 "homepage" : " " ,
1212 "devDependencies" : {
13- "embark" : " ^2.4.3 " ,
13+ "embark" : " ^2.5.0 " ,
1414 "mocha" : " ^2.2.5"
1515 }
1616}
Original file line number Diff line number Diff line change 5858# built documents.
5959#
6060# The short X.Y version.
61- version = u'2.4 '
61+ version = u'2.5 '
6262# The full version, including alpha/beta/rc tags.
63- release = u'2.4.3 '
63+ release = u'2.5.0 '
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
Original file line number Diff line number Diff line change 11{
22 "name" : " embark" ,
3- "version" : " 2.4.3 " ,
3+ "version" : " 2.5.0 " ,
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"
You can’t perform that action at this time.
0 commit comments