Merge pull request #77 from InsanusMokrassar/5.1.3

5.1.3
This commit is contained in:
InsanusMokrassar 2023-05-20 12:43:54 +06:00 committed by GitHub
commit eeb3ae1dbe
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 # Changelog
## 5.1.3
* `Versions`:
* `serialization`: `1.5.1`
* `microutils`: `0.18.4`
* `tgbotapi`: `7.1.3`
## 5.1.2 ## 5.1.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.1.2 version=5.1.3

View File

@ -1,11 +1,11 @@
[versions] [versions]
kt = "1.8.21" kt = "1.8.21"
kt-serialization = "1.5.0" kt-serialization = "1.5.1"
kt-coroutines = "1.6.4" kt-coroutines = "1.6.4"
microutils = "0.18.1" microutils = "0.18.4"
tgbotapi = "7.1.2" tgbotapi = "7.1.3"
kslog = "1.1.1" kslog = "1.1.1"
jb-exposed = "0.41.1" jb-exposed = "0.41.1"