Merge pull request #46 from InsanusMokrassar/2.3.2

2.3.2
This commit is contained in:
InsanusMokrassar 2022-09-15 20:12:43 +06:00 committed by GitHub
commit 4130f98caa
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
## 2.3.2
* `Versions`:
* `tgbotapi`: `3.2.3`
* `microutils`: `0.12.13`
* `kslog`: `0.5.2`
## 2.3.1
* `Versions`:

View File

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

View File

@ -4,9 +4,9 @@ kt = "1.7.10"
kt-serialization = "1.4.0"
kt-coroutines = "1.6.4"
microutils = "0.12.11"
tgbotapi = "3.2.1"
kslog = "0.5.1"
microutils = "0.12.13"
tgbotapi = "3.2.3"
kslog = "0.5.2"
jb-exposed = "0.39.2"
jb-dokka = "1.7.10"