Skip to content

Commit

Permalink
release web3j-sokt 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nischal Sharma <[email protected]>
  • Loading branch information
NickSneo committed Apr 17, 2024
1 parent e9b6bd9 commit dc5cd57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sokt is currently under active development. You can use it in one of your own pr

```groovy
dependencies {
compile group: 'org.web3j', name: 'web3j-sokt', version: '0.2.4'
compile group: 'org.web3j', name: 'web3j-sokt', version: '0.3.0'
}
```
For other build systems, see [here](https://mvnrepository.com/artifact/org.web3j/web3j-sokt/0.2.1).
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style=official
version=0.2.5-SNAPSHOT
version=0.3.0

0 comments on commit dc5cd57

Please sign in to comment.