Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed Oct 24, 2016
1 parent bfa8d8a commit f81ed94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ Add the following dependency to your project:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>0.5.4</version>
<version>0.5.5</version>
</dependency>
```

### Gradle

```groovy
compile ('org.web3j:core:0.5.4')
compile ('org.web3j:core:0.5.5')
```

Start up an Ethereum client if you don't already have one running, such as [Geth](https://github.com/ethereum/go-ethereum/wiki/geth):
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apply plugin: 'idea'
apply plugin: 'io.codearte.nexus-staging'

group 'org.web3j'
version '0.5.4'
version '0.5.5'

sourceCompatibility = 1.8

Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Maven
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>0.5.4</version>
<version>0.5.5</version>
</dependency>
Gradle
------

.. code-block:: groovy
compile ('org.web3j:core:0.5.4')
compile ('org.web3j:core:0.5.5')
Start a client
Expand Down

0 comments on commit f81ed94

Please sign in to comment.