Skip to content

Commit

Permalink
Updated version to 3.1.1 in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed Nov 15, 2017
1 parent a8b3e4f commit 7e3134a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Java 8:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</dependency>
Android:
Expand All @@ -145,7 +145,7 @@ Java 8:

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

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'3.1'
# The full version, including alpha/beta/rc tags.
release = u'3.1.0'
release = u'3.1.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>3.1.0</version>
<version>3.1.1</version>
</dependency>
Android:
Expand All @@ -33,7 +33,7 @@ Java 8:

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

Expand Down

0 comments on commit 7e3134a

Please sign in to comment.