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 24662df commit d63b59aCopy full SHA for d63b59a
README.md
@@ -11,7 +11,7 @@
11
12
```kotlin
13
dependencies {
14
- implementation("org.ton:ton-kotlin:0.2.5")
+ implementation("org.ton:ton-kotlin:0.2.6")
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.4"
+ version = "0.2.6"
21
22
apply(plugin = "kotlin-multiplatform")
23
apply(plugin = "kotlinx-serialization")
0 commit comments