Skip to content

Commit

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

Expand All @@ -128,7 +128,7 @@ Android:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>4.8.7-android</version>
<version>4.8.9-android</version>
</dependency>
```

Expand All @@ -138,13 +138,13 @@ Gradle
Java:

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

Android:

```groovy
implementation ('org.web3j:core:4.8.7-android')
implementation ('org.web3j:core:4.8.9-android')
```

Build instructions
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.12.0-SNAPSHOT
version=4.12.0

0 comments on commit 301e9a8

Please sign in to comment.