Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed Sep 6, 2017
1 parent 933eb0b commit 8395c0f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Java 8:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
Android:
Expand All @@ -123,7 +123,7 @@ Java 8:

.. code-block:: groovy
compile ('org.web3j:core:2.3.0')
compile ('org.web3j:core:2.3.1')
Android:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apply plugin: 'application'
apply plugin: 'checkstyle'

group 'org.web3j'
version '2.3.0'
version '2.3.1'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = u'2.3'
# The full version, including alpha/beta/rc tags.
release = u'2.3.0'
release = u'2.3.1'

# 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>2.3.0</version>
<version>2.3.1</version>
</dependency>
Android:
Expand All @@ -33,7 +33,7 @@ Java 8:

.. code-block:: groovy
compile ('org.web3j:core:2.3.0')
compile ('org.web3j:core:2.3.1')
Android:

Expand Down

0 comments on commit 8395c0f

Please sign in to comment.