Skip to content

Commit

Permalink
v1.43.2
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-vasilev committed Jun 21, 2023
1 parent db9730c commit aa22be3
Show file tree
Hide file tree
Showing 12 changed files with 502 additions and 238 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.42.1-green)](https://github.com/tonlabs/TON-SDK/tree/1.42.1)
[![SDK version](https://img.shields.io/badge/Ever%20SDK%20version-1.43.2-green)](https://github.com/tonlabs/TON-SDK/tree/1.43.2)

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.42.1-jar-with-dependencies.jar" file located under ${Project_basedir}/binding/target
- If succeed, you can find "everscale-client-binding-1.43.2-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.42.1</version>
<version>1.43.2</version>
</dependency>
...
```
Expand Down
Loading

0 comments on commit aa22be3

Please sign in to comment.