From 57210847d9d6a53ffe377a16ea28ef416a6bf1b1 Mon Sep 17 00:00:00 2001 From: Conor Date: Mon, 30 Oct 2017 21:32:27 +0000 Subject: [PATCH] Updated version in docs. --- README.rst | 8 ++++---- docs/source/getting_started.rst | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 51fe4ad9f..71bf47552 100644 --- a/README.rst +++ b/README.rst @@ -105,7 +105,7 @@ Java 8: org.web3j core - 3.0.0 + 3.0.1 Android: @@ -115,7 +115,7 @@ Android: org.web3j core - 3.0.0-android + 3.0.1-android Gradle @@ -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 diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 1699826c4..871fe0a8e 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -13,7 +13,7 @@ Java 8: org.web3j core - 3.0.0 + 3.0.1 Android: @@ -23,7 +23,7 @@ Android: org.web3j core - 3.0.0-android + 3.0.1-android Gradle @@ -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