Skip to content

Commit

Permalink
Bump snapshot 4.12.1 (#111)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
NickSneo authored May 24, 2024
1 parent 6bb3a0e commit d8eed41
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.12.0]() (Upcoming)
# [4.12.1]() (Upcoming)

### Bug Fixes

*

### Features

* bump snapshot version to 4.12.1 [#111](https://github.com/hyperledger/web3j-evm/pull/111)

### BREAKING CHANGES

*

# [4.12.0](https://github.com/hyperledger/web3j-evm/releases/tag/v4.12.0) (2024-05-23)

### Bug Fixes

Expand Down
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.11.3"
implementation "org.web3j:web3j-evm:4.11.3"
implementation "org.web3j:core:4.12.0"
implementation "org.web3j:web3j-evm:4.12.0"
}
```

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.12.0-SNAPSHOT'
web3jVersion = '4.12.0'
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.0-SNAPSHOT
version=4.12.1-SNAPSHOT

0 comments on commit d8eed41

Please sign in to comment.