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
## 5.1.1
* `Versions`:
* `kotlin`: `1.8.21`
* `microutils`: `0.18.0`
* `tgbotapi`: `7.1.1`
## 5.1.0
* `Versions`:

View File

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

View File

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