Skip to content

Commit

Permalink
1. Bumped version.
Browse files Browse the repository at this point in the history
2. Updated Bintray plugin to version 1.7.3.
  • Loading branch information
conor10 committed Nov 16, 2016
1 parent f9f26fb commit 653a7c5
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.5</version>
<version>1.0.6</version>
</dependency>
Android:
Expand All @@ -86,7 +86,7 @@ Android:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core-android</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>
Gradle
Expand All @@ -96,13 +96,13 @@ Java 8:

.. code-block:: groovy
compile ('org.web3j:core:1.0.5')
compile ('org.web3j:core:1.0.6')
Android:

.. code-block:: groovy
compile ('org.web3j:core-android:1.0.5')
compile ('org.web3j:core-android:1.0.6')
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 @@ -9,7 +9,7 @@ buildscript {
}

plugins {
id "com.jfrog.bintray" version "1.7"
id "com.jfrog.bintray" version "1.7.3"
}

apply plugin: 'java'
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.5</version>
<version>1.0.6</version>
</dependency>
Android:
Expand All @@ -23,7 +23,7 @@ Android:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core-android</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>
Gradle
Expand All @@ -33,13 +33,13 @@ Java 8:

.. code-block:: groovy
compile ('org.web3j:core:1.0.5')
compile ('org.web3j:core:1.0.6')
Android:

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

0 comments on commit 653a7c5

Please sign in to comment.