Skip to content

Commit

Permalink
Merge pull request #1906 from web3j/bump_s_version_4.10.1
Browse files Browse the repository at this point in the history
Bump snapshot version 4.10.1
  • Loading branch information
gtebrean authored May 12, 2023
2 parents 3e09721 + 1d99159 commit 7a4870e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Gradle
Java:

```groovy
implementation ('org.web3j:core:4.9.8')
implementation ('org.web3j:core:4.10.0')
```

Android:
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 @@ ext {
// test dependencies
equalsverifierVersion = '3.14.1'
junitVersion = '5.5.2'
web3jUnitVersion = '4.9.8'
web3jUnitVersion = '4.10.0'
junitBenchmarkVersion = '0.7.2'
logbackVersion = '1.2.3'
mockitoJunitVersion = '3.1.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=org.web3j
version=4.10.0-SNAPSHOT
version=4.10.1-SNAPSHOT

0 comments on commit 7a4870e

Please sign in to comment.