Skip to content

Commit

Permalink
Release 4.12.1
Browse files Browse the repository at this point in the history
Signed-off-by: gtebrean <[email protected]>
  • Loading branch information
gtebrean committed Aug 13, 2024
1 parent 7e3465b commit 137e97a
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 @@ -118,7 +118,7 @@ Java:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>4.12.0</version>
<version>4.12.1</version>
</dependency>
```

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

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

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.12.1-SNAPSHOT
version=4.12.1

0 comments on commit 137e97a

Please sign in to comment.