From 20148c02f0d94c4ec2bef887a75ab2db45065e98 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 25 Apr 2023 00:40:31 +0600 Subject: [PATCH] 0.2.0 --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- gradle/libs.versions.toml | 8 ++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 190e3d2..1ee97c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 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 * `Versions`: diff --git a/gradle.properties b/gradle.properties index 2ab4167..314e51f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,4 +10,4 @@ android.enableJetifier=true # Project data group=dev.inmo -version=0.1.2 +version=0.2.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2ea4941..aebee54 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,12 +3,12 @@ kotlin = "1.8.20" kotlin-serialization = "1.5.0" -plagubot = "5.0.2" -tgbotapi = "7.0.2" +plagubot = "5.1.0" +tgbotapi = "7.1.0" microutils = "0.17.8" kslog = "1.1.1" -krontab = "0.10.0" -plagubot-plugins = "0.10.2" +krontab = "1.0.0" +plagubot-plugins = "0.11.0" dokka = "1.8.10"