Skip to content

Commit e0c6c19

Browse files
committed
Update library version
1 parent 8b71de4 commit e0c6c19

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

src/main/resources/libton_client.dylib

100644100755
440 KB
Binary file not shown.
466 KB
Binary file not shown.

src/main/resources/ton_client.dll

538 KB
Binary file not shown.

src/test/scala/ton/sdk/client/modules/clientSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ abstract class ClientSpec[T[_]] extends AsyncFlatSpec with SdkAssertions[T] {
5656
val result = local { implicit ctx =>
5757
call(Request.Version)
5858
}
59-
assertValue(result)(Result.Version("1.4.0"))
59+
assertValue(result)(Result.Version("1.5.2"))
6060
}
6161

6262
it should "get response of type BuildInfo" in {

0 commit comments

Comments
 (0)