Merge pull request #70 from InsanusMokrassar/4.1.0

4.1.0
This commit is contained in:
InsanusMokrassar 2023-03-08 22:27:47 +06:00 committed by GitHub
commit 663e00cad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 4.1.0
* `Versions`:
* `tgbotapi`: `6.1.0`
* `microutils`: `0.17.3`
## 4.0.3
* `Versions`:

View File

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

View File

@ -4,8 +4,8 @@ kt = "1.8.10"
kt-serialization = "1.5.0"
kt-coroutines = "1.6.4"
microutils = "0.17.2"
tgbotapi = "6.0.3"
microutils = "0.17.3"
tgbotapi = "6.1.0"
kslog = "1.0.0"
jb-exposed = "0.41.1"