Merge pull request #95 from InsanusMokrassar/8.1.1

8.1.1
This commit is contained in:
InsanusMokrassar 2024-02-10 23:45:26 +06:00 committed by GitHub
commit 8efe977e76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 6 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 8.1.1
* `Versions`:
* `tgbotapi`: `10.0.1`
* `MicroUtils`: `0.20.32`
* `Exposed`: `0.47.0`
## 8.1.0
* Integrate `dev.inmo:micro_utils.startup` into project
@ -7,7 +14,7 @@
## 8.0.0
* `Versions`:
* `tgbotapi`: `1.0.0`
* `tgbotapi`: `10.0.0`
* `MicroUtils`: `0.20.26`
* `Exposed`: `0.46.0`

View File

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

View File

@ -4,12 +4,12 @@ kt = "1.9.22"
kt-serialization = "1.6.2"
kt-coroutines = "1.7.3"
microutils = "0.20.26"
tgbotapi = "10.0.0"
microutils = "0.20.32"
tgbotapi = "10.0.1"
ksp = "1.9.22-1.0.16"
ksp = "1.9.22-1.0.17"
jb-exposed = "0.46.0"
jb-exposed = "0.47.0"
jb-dokka = "1.9.10"
sqlite = "3.44.1.0"