Skip to content

Commit

Permalink
release/4.11.2
Browse files Browse the repository at this point in the history
Signed-off-by: Nischal Sharma <nischal@web3labs.com>
  • Loading branch information
NickSneo committed Mar 27, 2024
1 parent 8e9759d commit 28b5aec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Java:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>4.11.0</version>
<version>4.11.2</version>
</dependency>
```

Expand All @@ -130,7 +130,7 @@ Gradle
Java:

```groovy
implementation ('org.web3j:core:4.11.0')
implementation ('org.web3j:core:4.11.2')
```

Android:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=org.web3j
version=4.11.2-SNAPSHOT
version=4.11.2

0 comments on commit 28b5aec

Please sign in to comment.