Skip to content

Commit

Permalink
Bump snapshot to 4.12.3 (#115)
Browse files Browse the repository at this point in the history
* release 4.12.2

Signed-off-by: Nischal Sharma <[email protected]>

* bump snapshot to 4.12.3

Signed-off-by: Nischal Sharma <[email protected]>

---------

Signed-off-by: Nischal Sharma <[email protected]>
  • Loading branch information
NickSneo authored Sep 19, 2024
1 parent c198d48 commit 627a684
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 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.2]() (Upcoming)
# [4.12.3]() (Upcoming)

### Bug Fixes

*

### Features

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

### BREAKING CHANGES

*

# [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.3-SNAPSHOT

0 comments on commit 627a684

Please sign in to comment.