Merge pull request #58 from InsanusMokrassar/3.2.1

3.2.1
This commit is contained in:
InsanusMokrassar 2022-12-08 11:05:38 +06:00 committed by GitHub
commit 9f3634f2ec
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
## 3.2.1
* `Versions`:
* `tgbotapi`: `4.2.1`
* `microutils`: `0.16.0`
* `ktor`: `2.2.1`
## 3.2.0
* `Versions`:

View File

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

View File

@ -4,8 +4,8 @@ kt = "1.7.22"
kt-serialization = "1.4.1"
kt-coroutines = "1.6.4"
microutils = "0.15.0"
tgbotapi = "4.2.0"
microutils = "0.16.0"
tgbotapi = "4.2.1"
kslog = "0.5.4"
jb-exposed = "0.41.1"
@ -16,7 +16,7 @@ sqlite = "3.40.0.0"
klock = "3.4.0"
uuid = "0.6.0"
ktor = "2.1.3"
ktor = "2.2.1"
gh-release = "2.4.1"