We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cdb00 commit d916e2fCopy full SHA for d916e2f
README.md
@@ -11,7 +11,7 @@
11
12
```kotlin
13
dependencies {
14
- implementation("org.ton:ton-kotlin:0.2.14")
+ implementation("org.ton:ton-kotlin:0.2.15")
15
}
16
```
17
build.gradle.kts
@@ -17,7 +17,7 @@ val isCI = System.getenv("CI") == "true"
18
allprojects {
19
group = "org.ton"
20
- version = "0.2.14"
+ version = "0.2.15"
21
22
apply(plugin = "kotlin-multiplatform")
23
apply(plugin = "kotlinx-serialization")
0 commit comments