Merge pull request #75 from InsanusMokrassar/5.1.1

5.1.1
This commit is contained in:
InsanusMokrassar 2023-05-02 10:13:37 +06:00 committed by GitHub
commit d1064bb9cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,12 @@
# Changelog # Changelog
## 5.1.1
* `Versions`:
* `kotlin`: `1.8.21`
* `microutils`: `0.18.0`
* `tgbotapi`: `7.1.1`
## 5.1.0 ## 5.1.0
* `Versions`: * `Versions`:

View File

@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
kotlin.incremental=true kotlin.incremental=true
group=dev.inmo group=dev.inmo
version=5.1.0 version=5.1.1

View File

@ -1,11 +1,11 @@
[versions] [versions]
kt = "1.8.20" kt = "1.8.21"
kt-serialization = "1.5.0" kt-serialization = "1.5.0"
kt-coroutines = "1.6.4" kt-coroutines = "1.6.4"
microutils = "0.17.8" microutils = "0.18.0"
tgbotapi = "7.1.0" tgbotapi = "7.1.1"
kslog = "1.1.1" kslog = "1.1.1"
jb-exposed = "0.41.1" jb-exposed = "0.41.1"