Skip to content

Commit

Permalink
Updated docs to version 3.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed Mar 2, 2018
1 parent 80b3f2f commit 0c0dc90
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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.2.0</version>
<version>3.3.1</version>
</dependency>
Android:
Expand All @@ -131,7 +131,7 @@ Android:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>3.1.1-android</version>
<version>3.3.1-android</version>
</dependency>
Gradle
Expand All @@ -141,13 +141,13 @@ Java 8:

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

.. code-block:: groovy
compile ('org.web3j:core:3.1.1-android')
compile ('org.web3j:core:3.3.1-android')
Start a client
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.3'
# The full version, including alpha/beta/rc tags.
release = u'3.3.0'
release = u'3.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 4 additions & 4 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.2.0</version>
<version>3.3.1</version>
</dependency>
Android:
Expand All @@ -23,7 +23,7 @@ Android:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>3.1.1-android</version>
<version>3.3.1-android</version>
</dependency>
Gradle
Expand All @@ -33,13 +33,13 @@ Java 8:

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

.. code-block:: groovy
compile ('org.web3j:core:3.1.1-android')
compile ('org.web3j:core:3.3.1-android')
Start a client
Expand Down

0 comments on commit 0c0dc90

Please sign in to comment.