Skip to content

Commit

Permalink
Merge pull request #99 from web3j/bump_version_4.10.3
Browse files Browse the repository at this point in the history
bump version 4.10.3 snapshot
  • Loading branch information
gtebrean authored Aug 3, 2023
2 parents b8b3bc2 + 038286d commit 017dd8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ repositories {
}
dependencies {
implementation "org.web3j:core:4.9.8"
implementation "org.web3j:web3j-evm:4.9.8"
implementation "org.web3j:core:4.10.2"
implementation "org.web3j:web3j-evm:4.10.2"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
description 'Web3j-evm extension'

ext {
web3jVersion = '4.10.1'
web3jVersion = '4.10.2'
log4jVersion = '2.15.0'
guavaVersion = '28.1-jre'
jacksonVersion = '2.10.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
group=org.web3j
version=4.10.2-SNAPSHOT
version=4.10.3-SNAPSHOT

0 comments on commit 017dd8e

Please sign in to comment.