Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed Nov 4, 2016
1 parent 9bc36f8 commit 6440149
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 @@ -68,15 +68,15 @@ Maven
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
Gradle
------

.. code-block:: groovy
compile ('org.web3j:core:1.0.0')
compile ('org.web3j:core:1.0.1')
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apply plugin: 'idea'
apply plugin: 'io.codearte.nexus-staging'

group 'org.web3j'
version '1.0.0'
version '1.0.1'

sourceCompatibility = 1.8

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 @@ -11,15 +11,15 @@ Maven
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
Gradle
------

.. code-block:: groovy
compile ('org.web3j:core:1.0.0')
compile ('org.web3j:core:1.0.1')
Start a client
Expand Down

0 comments on commit 6440149

Please sign in to comment.