Skip to content

Commit 669993d

Browse files
committed
Updated version in README & build file.
1 parent 2ad51f6 commit 669993d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Maven:
1818
<dependency>
1919
<groupId>org.web3j</groupId>
2020
<artifactId>web3j-spring-boot-starter</artifactId>
21-
<version>1.5.0</version>
21+
<version>1.6.0</version>
2222
</dependency>
2323
```
2424

2525
Gradle:
2626

2727
```groovy
28-
compile ('org.web3j:web3j-spring-boot-starter:1.5.0')
28+
compile ('org.web3j:web3j-spring-boot-starter:1.6.0')
2929
```
3030

3131
Now Spring can inject web3j instances for you where ever you need them:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apply plugin: 'idea'
2323
apply plugin: 'io.codearte.nexus-staging'
2424

2525
group 'org.web3j'
26-
version '1.5.0'
26+
version '1.6.0'
2727

2828
sourceCompatibility = 1.8
2929
targetCompatibility = 1.8

0 commit comments

Comments
 (0)