Skip to content

Commit

Permalink
v1.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-vasilev committed Apr 12, 2023
1 parent fb4c701 commit db9730c
Show file tree
Hide file tree
Showing 11 changed files with 1,092 additions and 43 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Java library for Everscale Client

[![SDK version](https://img.shields.io/badge/Ever%20SDK%20version-1.41.0-green)](https://github.com/tonlabs/TON-SDK/tree/1.41.0)
[![SDK version](https://img.shields.io/badge/Ever%20SDK%20version-1.42.1-green)](https://github.com/tonlabs/TON-SDK/tree/1.42.1)

The Library is a binding for [Everscale Client](https://github.com/tonlabs/EVER-SDK) written in Java
that act as a bridge between Everscale Client and a Java application. The library includes original
Expand Down Expand Up @@ -42,7 +42,7 @@ Follow installation instructions from https://docs.docker.com/engine/install/
```
$ mvn test
```
- If succeed, you can find "everscale-client-binding-1.41.0-jar-with-dependencies.jar" file located under ${Project_basedir}/binding/target
- If succeed, you can find "everscale-client-binding-1.42.1-jar-with-dependencies.jar" file located under ${Project_basedir}/binding/target


### Clean
Expand All @@ -60,7 +60,7 @@ To use it in your projects, add the dependency to `pom.xml`
<dependency>
<groupId>com.radiance.tonclient</groupId>
<artifactId>everscale-client-binding</artifactId>
<version>1.41.0</version>
<version>1.42.1</version>
</dependency>
...
```
Expand Down
Loading

0 comments on commit db9730c

Please sign in to comment.