Skip to content

Commit

Permalink
Updated version in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed Oct 30, 2017
1 parent 6ec291b commit 5721084
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Java 8:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
Android:
Expand All @@ -115,7 +115,7 @@ Android:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>3.0.0-android</version>
<version>3.0.1-android</version>
</dependency>
Gradle
Expand All @@ -125,13 +125,13 @@ Java 8:

.. code-block:: groovy
compile ('org.web3j:core:3.0.0')
compile ('org.web3j:core:3.0.1')
Android:

.. code-block:: groovy
compile ('org.web3j:core:3.0.0-android')
compile ('org.web3j:core:3.0.1-android')
Start a client
Expand Down
8 changes: 4 additions & 4 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>3.0.0</version>
<version>3.0.1</version>
</dependency>
Android:
Expand All @@ -23,7 +23,7 @@ Android:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>3.0.0-android</version>
<version>3.0.1-android</version>
</dependency>
Gradle
Expand All @@ -33,13 +33,13 @@ Java 8:

.. code-block:: groovy
compile ('org.web3j:core:3.0.0')
compile ('org.web3j:core:3.0.1')
Android:

.. code-block:: groovy
compile ('org.web3j:core:3.0.0-android')
compile ('org.web3j:core:3.0.1-android')
Start a client
Expand Down

0 comments on commit 5721084

Please sign in to comment.