From a844c679ce3db0c60105511facf434ff107d0b8c Mon Sep 17 00:00:00 2001 From: Conor Date: Tue, 16 May 2017 22:45:41 +1000 Subject: [PATCH] Bumped web3j version in docs. --- README.rst | 4 ++-- docs/source/getting_started.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 8a05faaba..332269ab5 100644 --- a/README.rst +++ b/README.rst @@ -85,7 +85,7 @@ Java 8: org.web3j core - 2.1.0 + 2.2.0 Android: @@ -105,7 +105,7 @@ Java 8: .. code-block:: groovy - compile ('org.web3j:core:2.1.0') + compile ('org.web3j:core:2.2.0') Android: diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 1d1a606d9..366d77c3b 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -13,7 +13,7 @@ Java 8: org.web3j core - 2.1.0 + 2.2.0 Android: @@ -33,7 +33,7 @@ Java 8: .. code-block:: groovy - compile ('org.web3j:core:2.1.0') + compile ('org.web3j:core:2.2.0') Android: