Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed Dec 1, 2016
1 parent 092ce07 commit 1d42b7c
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 @@ -76,7 +76,7 @@ Java 8:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
Android:
Expand All @@ -86,7 +86,7 @@ Android:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core-android</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
Gradle
Expand All @@ -96,13 +96,13 @@ Java 8:

.. code-block:: groovy
compile ('org.web3j:core:1.0.8')
compile ('org.web3j:core:1.0.9')
Android:

.. code-block:: groovy
compile ('org.web3j:core-android:1.0.8')
compile ('org.web3j:core-android:1.0.9')
Start a client
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'application'

group 'org.web3j'
version '1.0.8'
version '1.0.9'

sourceCompatibility = 1.8

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>1.0.8</version>
<version>1.0.9</version>
</dependency>
Android:
Expand All @@ -23,7 +23,7 @@ Android:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core-android</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
Gradle
Expand All @@ -33,13 +33,13 @@ Java 8:

.. code-block:: groovy
compile ('org.web3j:core:1.0.8')
compile ('org.web3j:core:1.0.9')
Android:

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

0 comments on commit 1d42b7c

Please sign in to comment.