Skip to content

Commit b00435f

Browse files
committed
release 4.12.2
Signed-off-by: Nischal Sharma <[email protected]>
1 parent c198d48 commit b00435f

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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

88
### Bug Fixes
99

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ to do this.
2424
```groovy
2525
repositories {
2626
mavenCentral()
27-
jcenter()
2827
}
2928
3029
dependencies {
31-
implementation "org.web3j:core:4.12.1"
32-
implementation "org.web3j:web3j-evm:4.12.1"
30+
implementation "org.web3j:core:4.12.2"
31+
implementation "org.web3j:web3j-evm:4.12.2"
3332
}
3433
```
3534

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
description 'Web3j-evm extension'
1414

1515
ext {
16-
web3jVersion = '4.12.1'
16+
web3jVersion = '4.12.2'
1717
log4jVersion = '2.23.1'
1818
guavaVersion = '33.2.0-jre'
1919
jacksonVersion = '2.10.0'

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
kotlin.code.style=official
22
group=org.web3j
3-
version=4.12.2-SNAPSHOT
3+
version=4.12.2

0 commit comments

Comments
 (0)