Merge pull request #67 from InsanusMokrassar/4.0.1

4.0.1
This commit is contained in:
InsanusMokrassar 2023-02-28 21:08:39 +06:00 committed by GitHub
commit bc11d7508f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 4 deletions

View File

@ -1,5 +1,19 @@
# Changelog
## 4.0.1
* `Versions`:
* `tgbotapi`: `6.0.1`
* `microutils`: `17.0.1`
* `ktor`: `2.2.4`
## 4.0.0
* `Versions`:
* `kotlin`: `1.8.10`
* `tgbotapi`: `6.0.0`
* `microutils`: `0.17.0`
## 3.5.0
* `Versions`:

View File

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

View File

@ -4,8 +4,8 @@ kt = "1.8.10"
kt-serialization = "1.5.0"
kt-coroutines = "1.6.4"
microutils = "0.17.0"
tgbotapi = "6.0.0"
microutils = "0.17.1"
tgbotapi = "6.0.1"
kslog = "1.0.0"
jb-exposed = "0.41.1"
@ -16,7 +16,7 @@ sqlite = "3.40.0.0"
klock = "3.4.0"
uuid = "0.7.0"
ktor = "2.2.3"
ktor = "2.2.4"
gh-release = "2.4.1"