Merge pull request #59 from InsanusMokrassar/3.2.2

3.2.2
This commit is contained in:
InsanusMokrassar 2022-12-20 09:19:12 +06:00 committed by GitHub
commit a0fd9012d2
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
## 3.2.2
* `Versions`:
* `tgbotapi`: `4.2.2`
* `microutils`: `0.16.2`
## 3.2.1
* `Versions`:

View File

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

View File

@ -4,8 +4,8 @@ kt = "1.7.22"
kt-serialization = "1.4.1"
kt-coroutines = "1.6.4"
microutils = "0.16.0"
tgbotapi = "4.2.1"
microutils = "0.16.2"
tgbotapi = "4.2.2"
kslog = "0.5.4"
jb-exposed = "0.41.1"