Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed Dec 14, 2017
1 parent 8c3e545 commit d04dfc8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Java 8:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
</dependency>
Android:
Expand All @@ -141,7 +141,7 @@ Java 8:

.. code-block:: groovy
compile ('org.web3j:core:3.1.1')
compile ('org.web3j:core:3.2.0')
Android:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 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.1.1</version>
<version>3.2.0</version>
</dependency>
Android:
Expand All @@ -33,7 +33,7 @@ Java 8:

.. code-block:: groovy
compile ('org.web3j:core:3.1.1')
compile ('org.web3j:core:3.2.0')
Android:

Expand Down

0 comments on commit d04dfc8

Please sign in to comment.