Skip to content

Commit

Permalink
release 4.12.2
Browse files Browse the repository at this point in the history
Signed-off-by: Nischal Sharma <[email protected]>
  • Loading branch information
NickSneo committed Sep 18, 2024
1 parent c198d48 commit b00435f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.12.2]() (Upcoming)
# [4.12.2](https://github.com/hyperledger/web3j-evm/releases/tag/v4.12.2) (2024-09-18)

### Bug Fixes

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ to do this.
```groovy
repositories {
mavenCentral()
jcenter()
}
dependencies {
implementation "org.web3j:core:4.12.1"
implementation "org.web3j:web3j-evm:4.12.1"
implementation "org.web3j:core:4.12.2"
implementation "org.web3j:web3j-evm:4.12.2"
}
```

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

ext {
web3jVersion = '4.12.1'
web3jVersion = '4.12.2'
log4jVersion = '2.23.1'
guavaVersion = '33.2.0-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.12.2-SNAPSHOT
version=4.12.2

0 comments on commit b00435f

Please sign in to comment.