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 58c1412 commit 04bff09Copy full SHA for 04bff09
README.md
@@ -11,7 +11,7 @@
11
12
```kotlin
13
dependencies {
14
- implementation("org.ton:ton-kotlin:0.2.10")
+ implementation("org.ton:ton-kotlin:0.2.11")
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.10"
+ version = "0.2.11"
21
22
apply(plugin = "kotlin-multiplatform")
23
apply(plugin = "kotlinx-serialization")
0 commit comments