Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypfau committed Jan 21, 2023
2 parents c45e5cc + da0112b commit 24662df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

```kotlin
dependencies {
implementation("org.ton:ton-kotlin:0.2.4")
implementation("org.ton:ton-kotlin:0.2.5")
}
```

Expand All @@ -29,7 +29,7 @@ https://github.com/andreypfau/ton-kotlin/wiki/TON-Kotlin-documentation
[telegram]: https://t.me/tonkotlin

[maven-central-svg]: https://img.shields.io/maven-central/v/org.ton/ton-kotlin?color=blue
[kotlin-svg]: https://img.shields.io/badge/Kotlin-1.7.22-blue.svg?logo=kotlin
[kotlin-svg]: https://img.shields.io/badge/Kotlin-1.8.0-blue.svg?logo=kotlin
[telegram-svg]: https://img.shields.io/badge/Telegram-join%20chat-blue.svg?logo=telegram
[ton-svg]: https://img.shields.io/badge/Based%20on-TON-blue
[license-svg]: https://img.shields.io/github/license/andreypfau/ton-kotlin?color=blue
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ pluginManagement {
}

plugins {
kotlin("multiplatform") version "1.7.22"
kotlin("plugin.serialization") version "1.7.22"
kotlin("multiplatform") version "1.8.0"
kotlin("plugin.serialization") version "1.8.0"
}
}

Expand Down

0 comments on commit 24662df

Please sign in to comment.