From 7f94fcbeb1ffd8a91f78368ce2a70cc74d517e13 Mon Sep 17 00:00:00 2001 From: Conor Date: Tue, 21 Feb 2017 17:18:37 +1100 Subject: [PATCH] Bumped version. --- README.rst | 4 ++-- build.gradle | 2 +- docs/source/conf.py | 2 +- docs/source/getting_started.rst | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 046e28fa3..acad2ffef 100644 --- a/README.rst +++ b/README.rst @@ -85,7 +85,7 @@ Java 8: org.web3j core - 2.0.0 + 2.0.1 Android: @@ -105,7 +105,7 @@ Java 8: .. code-block:: groovy - compile ('org.web3j:core:2.0.0') + compile ('org.web3j:core:2.0.1') Android: diff --git a/build.gradle b/build.gradle index c1c332b64..5024a8806 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ apply plugin: 'com.github.johnrengelman.shadow' apply plugin: 'application' group 'org.web3j' -version '2.0.0' +version '2.0.1' sourceCompatibility = 1.8 diff --git a/docs/source/conf.py b/docs/source/conf.py index a514c6ee6..1f10a4258 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,7 +56,7 @@ # The short X.Y version. version = u'2.0' # The full version, including alpha/beta/rc tags. -release = u'2.0.0' +release = u'2.0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index ed8585732..463466c99 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -13,7 +13,7 @@ Java 8: org.web3j core - 2.0.0 + 2.0.1 Android: @@ -33,7 +33,7 @@ Java 8: .. code-block:: groovy - compile ('org.web3j:core:2.0.0') + compile ('org.web3j:core:2.0.1') Android: