Skip to content

Commit d916e2f

Browse files
committed
0.2.15
1 parent 68cdb00 commit d916e2f

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

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

0 commit comments

Comments
 (0)