Merge pull request #36 from InsanusMokrassar/1.3.1

1.3.1
This commit is contained in:
InsanusMokrassar 2022-07-22 21:11:52 +06:00 committed by GitHub
commit 00b8197b71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 1.3.1
* `Versions`:
* `tgbotapi`: `2.2.1`
* `microutils`: `0.11.13`
## 1.3.0
* `Versions`

View File

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

View File

@ -2,10 +2,10 @@
kt = "1.6.21"
kt-serialization = "1.3.3"
kt-coroutines = "1.6.3"
kt-coroutines = "1.6.4"
microutils = "0.11.12"
tgbotapi = "2.2.0"
microutils = "0.11.13"
tgbotapi = "2.2.1"
kslog = "0.3.2"
jb-exposed = "0.38.2"