Skip to content

Commit 04bff09

Browse files
committed
0.2.11
1 parent 58c1412 commit 04bff09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
```kotlin
1313
dependencies {
14-
implementation("org.ton:ton-kotlin:0.2.10")
14+
implementation("org.ton:ton-kotlin:0.2.11")
1515
}
1616
```
1717

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ val isCI = System.getenv("CI") == "true"
1717

1818
allprojects {
1919
group = "org.ton"
20-
version = "0.2.10"
20+
version = "0.2.11"
2121

2222
apply(plugin = "kotlin-multiplatform")
2323
apply(plugin = "kotlinx-serialization")

0 commit comments

Comments
 (0)