Skip to content

Commit

Permalink
Bumped web3j version in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed May 16, 2017
1 parent 7f4a5ce commit a844c67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Java 8:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</dependency>
Android:
Expand All @@ -105,7 +105,7 @@ Java 8:

.. code-block:: groovy
compile ('org.web3j:core:2.1.0')
compile ('org.web3j:core:2.2.0')
Android:

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 @@ -13,7 +13,7 @@ Java 8:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</dependency>
Android:
Expand All @@ -33,7 +33,7 @@ Java 8:

.. code-block:: groovy
compile ('org.web3j:core:2.1.0')
compile ('org.web3j:core:2.2.0')
Android:

Expand Down

0 comments on commit a844c67

Please sign in to comment.