Merge pull request #17 from InsanusMokrassar/0.3.0

0.3.0
This commit is contained in:
InsanusMokrassar 2023-08-21 11:44:07 +06:00 committed by GitHub
commit 0d31d90efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,12 @@
# PlaguPoster
## 0.3.0
* `Versions`:
* `tgbotapi`: `9.1.0`
* `plagubot`: `7.1.0`
* `plagubot-plugins`: `0.14.0`
## 0.2.3
* Add opportunity to use several target chat ids

View File

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

View File

@ -3,12 +3,12 @@
kotlin = "1.8.22"
kotlin-serialization = "1.5.1"
plagubot = "7.0.0"
tgbotapi = "9.0.0"
plagubot = "7.1.0"
tgbotapi = "9.1.0"
microutils = "0.19.9"
kslog = "1.1.2"
krontab = "2.1.2"
plagubot-plugins = "0.13.0"
plagubot-plugins = "0.14.0"
dokka = "1.8.20"