Skip to content

Commit

Permalink
Updated version in README & build file.
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed Mar 3, 2018
1 parent 2ad51f6 commit 669993d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ Maven:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>web3j-spring-boot-starter</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
```

Gradle:

```groovy
compile ('org.web3j:web3j-spring-boot-starter:1.5.0')
compile ('org.web3j:web3j-spring-boot-starter:1.6.0')
```

Now Spring can inject web3j instances for you where ever you need them:
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.5.0'
version '1.6.0'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit 669993d

Please sign in to comment.