Merge pull request #54 from InsanusMokrassar/3.1.2

3.1.2
This commit is contained in:
InsanusMokrassar 2022-11-15 17:31:44 +06:00 committed by GitHub
commit f7cce657a8
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
## 3.1.2
* `Versions`:
* `microutils`: `0.14.2`
* `exposed`: `0.41.1`
## 3.1.1 ## 3.1.1
* `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=3.1.1 version=3.1.2

View File

@ -4,11 +4,11 @@ kt = "1.7.21"
kt-serialization = "1.4.1" kt-serialization = "1.4.1"
kt-coroutines = "1.6.4" kt-coroutines = "1.6.4"
microutils = "0.14.1" microutils = "0.14.2"
tgbotapi = "4.1.1" tgbotapi = "4.1.1"
kslog = "0.5.3" kslog = "0.5.3"
jb-exposed = "0.40.1" jb-exposed = "0.41.1"
jb-dokka = "1.7.20" jb-dokka = "1.7.20"
sqlite = "3.39.3.0" sqlite = "3.39.3.0"