Skip to content

Commit d8eed41

Browse files
authored
Bump snapshot 4.12.1 (#111)
* release/4.12.0 Signed-off-by: Nischal Sharma <nischal@web3labs.com> * bump snapshot version to 4.12.1 Signed-off-by: Nischal Sharma <nischal@web3labs.com> --------- Signed-off-by: Nischal Sharma <nischal@web3labs.com>
1 parent 6bb3a0e commit d8eed41

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@
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.0]() (Upcoming)
6+
# [4.12.1]() (Upcoming)
7+
8+
### Bug Fixes
9+
10+
*
11+
12+
### Features
13+
14+
* bump snapshot version to 4.12.1 [#111](https://github.com/hyperledger/web3j-evm/pull/111)
15+
16+
### BREAKING CHANGES
17+
18+
*
19+
20+
# [4.12.0](https://github.com/hyperledger/web3j-evm/releases/tag/v4.12.0) (2024-05-23)
721

822
### Bug Fixes
923

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ repositories {
2828
}
2929
3030
dependencies {
31-
implementation "org.web3j:core:4.11.3"
32-
implementation "org.web3j:web3j-evm:4.11.3"
31+
implementation "org.web3j:core:4.12.0"
32+
implementation "org.web3j:web3j-evm:4.12.0"
3333
}
3434
```
3535

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
description 'Web3j-evm extension'
1515

1616
ext {
17-
web3jVersion = '4.12.0-SNAPSHOT'
17+
web3jVersion = '4.12.0'
1818
log4jVersion = '2.23.1'
1919
guavaVersion = '33.2.0-jre'
2020
jacksonVersion = '2.10.0'

gradle.properties

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT
3+
version=4.12.1-SNAPSHOT

0 commit comments

Comments
 (0)