diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a8b7a..1d86162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle.properties b/gradle.properties index 0c5a141..ad3ef23 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,4 +10,4 @@ android.enableJetifier=true # Project data group=dev.inmo -version=0.2.3 +version=0.3.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bf3de3e..8e14293 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"