Skip to content

Commit 0e17362

Browse files
committed
bump 4.13.1-SNAPSHOT
Signed-off-by: gtebrean <[email protected]>
1 parent a8edc44 commit 0e17362

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

CHANGELOG.md

+15-1
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.4]() (Upcoming)
6+
# [4.13.1]() (2025-03-05)
7+
8+
### Bug Fixes
9+
10+
*
11+
### Features
12+
13+
* bump snapshot version to 4.13.1 [#2160](https://github.com/hyperledger-web3j/web3j/pull/2160)
14+
15+
16+
### BREAKING CHANGES
17+
18+
*
19+
20+
# [4.13.0](https://github.com/hyperledger-web3j/web3j/releases/tag/v4.13.0) (2025-03-05)
721

822
### Bug Fixes
923

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Java:
118118
<dependency>
119119
<groupId>org.web3j</groupId>
120120
<artifactId>core</artifactId>
121-
<version>4.12.2</version>
121+
<version>4.13.0</version>
122122
</dependency>
123123
```
124124

@@ -131,7 +131,7 @@ Android:
131131
<dependency>
132132
<groupId>org.web3j</groupId>
133133
<artifactId>core</artifactId>
134-
<version>4.8.9-android</version>
134+
<version>4.12.3-android</version>
135135
</dependency>
136136
```
137137

@@ -141,13 +141,13 @@ Gradle
141141
Java:
142142

143143
```groovy
144-
implementation ('org.web3j:core:4.12.2')
144+
implementation ('org.web3j:core:4.13.0')
145145
```
146146

147147
Android:
148148

149149
```groovy
150-
implementation ('org.web3j:core:4.8.9-android')
150+
implementation ('org.web3j:core:4.12.3-android')
151151
```
152152

153153
Build instructions

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=org.web3j
2-
version=4.12.4-SNAPSHOT
2+
version=4.13.0-SNAPSHOT

0 commit comments

Comments
 (0)