Skip to content

Commit f81ed94

Browse files
committed
Bumped version.
1 parent bfa8d8a commit f81ed94

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Add the following dependency to your project:
3131
<dependency>
3232
<groupId>org.web3j</groupId>
3333
<artifactId>core</artifactId>
34-
<version>0.5.4</version>
34+
<version>0.5.5</version>
3535
</dependency>
3636
```
3737

3838
### Gradle
3939

4040
```groovy
41-
compile ('org.web3j:core:0.5.4')
41+
compile ('org.web3j:core:0.5.5')
4242
```
4343

4444
Start up an Ethereum client if you don't already have one running, such as [Geth](https://github.com/ethereum/go-ethereum/wiki/geth):

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apply plugin: 'idea'
2323
apply plugin: 'io.codearte.nexus-staging'
2424

2525
group 'org.web3j'
26-
version '0.5.4'
26+
version '0.5.5'
2727

2828
sourceCompatibility = 1.8
2929

Diff for: docs/source/getting_started.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Maven
1010
<dependency>
1111
<groupId>org.web3j</groupId>
1212
<artifactId>core</artifactId>
13-
<version>0.5.4</version>
13+
<version>0.5.5</version>
1414
</dependency>
1515
1616
Gradle
1717
------
1818

1919
.. code-block:: groovy
20-
compile ('org.web3j:core:0.5.4')
20+
compile ('org.web3j:core:0.5.5')
2121
2222
2323
Start a client

0 commit comments

Comments
 (0)