diff --git a/README.rst b/README.rst
index 5abc5e622..2b85770cd 100644
--- a/README.rst
+++ b/README.rst
@@ -121,7 +121,7 @@ Java 8:
org.web3j
core
- 3.1.1
+ 3.2.0
Android:
@@ -141,7 +141,7 @@ Java 8:
.. code-block:: groovy
- compile ('org.web3j:core:3.1.1')
+ compile ('org.web3j:core:3.2.0')
Android:
diff --git a/build.gradle b/build.gradle
index ee8a2e165..280755704 100644
--- a/build.gradle
+++ b/build.gradle
@@ -44,7 +44,7 @@ allprojects {
targetCompatibility = 1.8
group 'org.web3j'
- version '3.1.1'
+ version '3.2.0'
apply plugin: 'java'
apply plugin: 'jacoco'
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 6807693f5..2528735e5 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
-version = u'3.1'
+version = u'3.2'
# The full version, including alpha/beta/rc tags.
-release = u'3.1.1'
+release = u'3.2.0'
# 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 653b17cc5..c95d18048 100644
--- a/docs/source/getting_started.rst
+++ b/docs/source/getting_started.rst
@@ -13,7 +13,7 @@ Java 8:
org.web3j
core
- 3.1.1
+ 3.2.0
Android:
@@ -33,7 +33,7 @@ Java 8:
.. code-block:: groovy
- compile ('org.web3j:core:3.1.1')
+ compile ('org.web3j:core:3.2.0')
Android: