Skip to content

Commit

Permalink
0.2.7
Browse files Browse the repository at this point in the history
andreypfau committed Jan 25, 2023
1 parent 248a20f commit e722886
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@

```kotlin
dependencies {
implementation("org.ton:ton-kotlin:0.2.6")
implementation("org.ton:ton-kotlin:0.2.7")
}
```

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ val isCI = System.getenv("CI") == "true"

allprojects {
group = "org.ton"
version = "0.2.6"
version = "0.2.7"

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

0 comments on commit e722886

Please sign in to comment.