Skip to content

Commit d04dfc8

Browse files
committed
Updated version.
1 parent 8c3e545 commit d04dfc8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Java 8:
121121
<dependency>
122122
<groupId>org.web3j</groupId>
123123
<artifactId>core</artifactId>
124-
<version>3.1.1</version>
124+
<version>3.2.0</version>
125125
</dependency>
126126
127127
Android:
@@ -141,7 +141,7 @@ Java 8:
141141

142142
.. code-block:: groovy
143143
144-
compile ('org.web3j:core:3.1.1')
144+
compile ('org.web3j:core:3.2.0')
145145
146146
Android:
147147

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ allprojects {
4444
targetCompatibility = 1.8
4545

4646
group 'org.web3j'
47-
version '3.1.1'
47+
version '3.2.0'
4848

4949
apply plugin: 'java'
5050
apply plugin: 'jacoco'

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = u'3.1'
57+
version = u'3.2'
5858
# The full version, including alpha/beta/rc tags.
59-
release = u'3.1.1'
59+
release = u'3.2.0'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

docs/source/getting_started.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Java 8:
1313
<dependency>
1414
<groupId>org.web3j</groupId>
1515
<artifactId>core</artifactId>
16-
<version>3.1.1</version>
16+
<version>3.2.0</version>
1717
</dependency>
1818
1919
Android:
@@ -33,7 +33,7 @@ Java 8:
3333

3434
.. code-block:: groovy
3535
36-
compile ('org.web3j:core:3.1.1')
36+
compile ('org.web3j:core:3.2.0')
3737
3838
Android:
3939

0 commit comments

Comments
 (0)