This commit is contained in:
InsanusMokrassar 2023-04-25 00:40:31 +06:00
parent e17cfa1c7c
commit 20148c02f0
3 changed files with 13 additions and 5 deletions

View File

@ -1,5 +1,13 @@
# PlaguPoster # PlaguPoster
## 0.2.0
* `Versions`:
* `tgbotapi`: `7.1.0`
* `plagubot`: `5.1.0`
* `krontab`: `1.0.0`
* `plagubot.plugins`: `0.11.0`
## 0.1.2 ## 0.1.2
* `Versions`: * `Versions`:

View File

@ -10,4 +10,4 @@ android.enableJetifier=true
# Project data # Project data
group=dev.inmo group=dev.inmo
version=0.1.2 version=0.2.0

View File

@ -3,12 +3,12 @@
kotlin = "1.8.20" kotlin = "1.8.20"
kotlin-serialization = "1.5.0" kotlin-serialization = "1.5.0"
plagubot = "5.0.2" plagubot = "5.1.0"
tgbotapi = "7.0.2" tgbotapi = "7.1.0"
microutils = "0.17.8" microutils = "0.17.8"
kslog = "1.1.1" kslog = "1.1.1"
krontab = "0.10.0" krontab = "1.0.0"
plagubot-plugins = "0.10.2" plagubot-plugins = "0.11.0"
dokka = "1.8.10" dokka = "1.8.10"