diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5eaf9..1aa8641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 0.3.3 * `Versions`: - * `plagubot`: `2.3.0` + * `plagubot`: `2.3.1` ## 0.3.2 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 755e0e1..1acc38f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] kotlin = "1.7.10" -plagubot = "2.3.0" +plagubot = "2.3.1" kslog = "0.5.1" gh-release = "2.4.1" jb-dokka = "1.7.10"