Skip to content

Commit 28b5aec

Browse files
committed
release/4.11.2
Signed-off-by: Nischal Sharma <[email protected]>
1 parent 8e9759d commit 28b5aec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Java:
110110
<dependency>
111111
<groupId>org.web3j</groupId>
112112
<artifactId>core</artifactId>
113-
<version>4.11.0</version>
113+
<version>4.11.2</version>
114114
</dependency>
115115
```
116116

@@ -130,7 +130,7 @@ Gradle
130130
Java:
131131

132132
```groovy
133-
implementation ('org.web3j:core:4.11.0')
133+
implementation ('org.web3j:core:4.11.2')
134134
```
135135

136136
Android:

gradle.properties

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

0 commit comments

Comments
 (0)