diff --git a/README.md b/README.md index 49ad0a1e..d380d761 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ```kotlin dependencies { - implementation("org.ton:ton-kotlin:0.2.5") + implementation("org.ton:ton-kotlin:0.2.6") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index eb283c12..012d11bf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ val isCI = System.getenv("CI") == "true" allprojects { group = "org.ton" - version = "0.2.4" + version = "0.2.6" apply(plugin = "kotlin-multiplatform") apply(plugin = "kotlinx-serialization")