Merge pull request #74 from InsanusMokrassar/5.1.0

5.1.0
This commit is contained in:
InsanusMokrassar 2023-04-22 21:29:28 +06:00 committed by GitHub
commit f9cc279854
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 # Changelog
## 5.1.0
* `Versions`:
* `tgbotapi`: `7.1.0`
* `sqlite`: `3.41.2.1`
## 5.0.2 ## 5.0.2
* `Versions`: * `Versions`:

View File

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

View File

@ -5,13 +5,13 @@ kt-serialization = "1.5.0"
kt-coroutines = "1.6.4" kt-coroutines = "1.6.4"
microutils = "0.17.8" microutils = "0.17.8"
tgbotapi = "7.0.2" tgbotapi = "7.1.0"
kslog = "1.1.1" kslog = "1.1.1"
jb-exposed = "0.41.1" jb-exposed = "0.41.1"
jb-dokka = "1.8.10" jb-dokka = "1.8.10"
sqlite = "3.40.0.0" sqlite = "3.41.2.1"
klock = "3.4.0" klock = "3.4.0"
uuid = "0.7.0" uuid = "0.7.0"