Skip to content

Commit

Permalink
Bump snapshot version to 4.11.4 (#109)
Browse files Browse the repository at this point in the history
* bump snapshot version to 4.11.4

Signed-off-by: Nischal Sharma <nischal@web3labs.com>

* Update CHANGELOG.md

Signed-off-by: Nischal Sharma <nischal@web3labs.com>

---------

Signed-off-by: Nischal Sharma <nischal@web3labs.com>
  • Loading branch information
NickSneo committed May 1, 2024
1 parent 94c24dc commit 3fa3610
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
18 changes: 16 additions & 2 deletions 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.11.3]() (Upcoming)
# [4.11.4]() (Upcoming)

### Bug Fixes

*

### Features

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

### BREAKING CHANGES

*

# [4.11.3](https://github.com/hyperledger/web3j-evm/releases/tag/v4.11.3) (2024-05-01)

### Bug Fixes

Expand Down Expand Up @@ -61,4 +75,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### BREAKING CHANGES

* NIL
* NIL
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.10.3"
implementation "org.web3j:web3j-evm:4.10.3"
implementation "org.web3j:core:4.11.3"
implementation "org.web3j:web3j-evm:4.11.3"
}
```

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.11.2'
web3jVersion = '4.11.3'
log4jVersion = '2.15.0'
guavaVersion = '28.1-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.11.3-SNAPSHOT
version=4.11.4-SNAPSHOT

0 comments on commit 3fa3610

Please sign in to comment.