Merge pull request #48 from InsanusMokrassar/2.3.4

2.3.4
This commit is contained in:
InsanusMokrassar 2022-10-02 01:27:59 +06:00 committed by GitHub
commit c1889ceff0
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
## 2.3.4
* `Versions`:
* `tgbotapi`: `3.2.7`
* `microutils`: `0.12.16`
## 2.3.3
* `Versions`:

View File

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

View File

@ -4,8 +4,8 @@ kt = "1.7.10"
kt-serialization = "1.4.0"
kt-coroutines = "1.6.4"
microutils = "0.12.13"
tgbotapi = "3.2.6"
microutils = "0.12.16"
tgbotapi = "3.2.7"
kslog = "0.5.2"
jb-exposed = "0.39.2"