Merge pull request #56 from InsanusMokrassar/3.1.4

3.1.4
This commit is contained in:
InsanusMokrassar 2022-11-28 18:12:36 +06:00 committed by GitHub
commit e761f84023
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
## 3.1.4
* `Versions`:
* `tgbotapi`: `4.1.3`
* `microutils`: `0.14.4`
## 3.1.3
* `Versions`:

View File

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

View File

@ -4,8 +4,8 @@ kt = "1.7.21"
kt-serialization = "1.4.1"
kt-coroutines = "1.6.4"
microutils = "0.14.2"
tgbotapi = "4.1.2"
microutils = "0.14.4"
tgbotapi = "4.1.3"
kslog = "0.5.3"
jb-exposed = "0.41.1"