File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ Add the following dependency to your project:
31
31
<dependency >
32
32
<groupId >org.web3j</groupId >
33
33
<artifactId >core</artifactId >
34
- <version >0.5.4 </version >
34
+ <version >0.5.5 </version >
35
35
</dependency >
36
36
```
37
37
38
38
### Gradle
39
39
40
40
``` groovy
41
- compile ('org.web3j:core:0.5.4 ')
41
+ compile ('org.web3j:core:0.5.5 ')
42
42
```
43
43
44
44
Start up an Ethereum client if you don't already have one running, such as [ Geth] ( https://github.com/ethereum/go-ethereum/wiki/geth ) :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ apply plugin: 'idea'
23
23
apply plugin : ' io.codearte.nexus-staging'
24
24
25
25
group ' org.web3j'
26
- version ' 0.5.4 '
26
+ version ' 0.5.5 '
27
27
28
28
sourceCompatibility = 1.8
29
29
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ Maven
10
10
<dependency >
11
11
<groupId >org.web3j</groupId >
12
12
<artifactId >core</artifactId >
13
- <version >0.5.4 </version >
13
+ <version >0.5.5 </version >
14
14
</dependency >
15
15
16
16
Gradle
17
17
------
18
18
19
19
.. code-block :: groovy
20
- compile ('org.web3j:core:0.5.4 ')
20
+ compile ('org.web3j:core:0.5.5 ')
21
21
22
22
23
23
Start a client
You can’t perform that action at this time.
0 commit comments