Skip to content

Commit d63b59a

Browse files
committed
0.2.6
1 parent 24662df commit d63b59a

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.5")
14+
implementation("org.ton:ton-kotlin:0.2.6")
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.4"
20+
version = "0.2.6"
2121

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

0 commit comments

Comments
 (0)