Merge pull request #43 from InsanusMokrassar/2.2.0

2.2.0
This commit is contained in:
InsanusMokrassar 2022-08-27 13:47:59 +06:00 committed by GitHub
commit 7b502e073d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 5 deletions

View File

@ -1,5 +1,13 @@
# Changelog # Changelog
## 2.2.0
* `Versions`:
* `serialization`: `1.4.0`
* `tgbotapi`: `3.2.0`
* `microutils`: `0.12.4`
* `kslog`: `0.5.1`
## 2.1.1 ## 2.1.1
* `Bot`: * `Bot`:

View File

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

View File

@ -1,12 +1,12 @@
[versions] [versions]
kt = "1.7.10" kt = "1.7.10"
kt-serialization = "1.4.0-RC" kt-serialization = "1.4.0"
kt-coroutines = "1.6.4" kt-coroutines = "1.6.4"
microutils = "0.12.1" microutils = "0.12.4"
tgbotapi = "3.1.1" tgbotapi = "3.2.0"
kslog = "0.5.0" kslog = "0.5.1"
jb-exposed = "0.39.2" jb-exposed = "0.39.2"
jb-dokka = "1.7.10" jb-dokka = "1.7.10"