From 8ea6536414b70690c21f221bc600fb5df0da445f Mon Sep 17 00:00:00 2001 From: Cilly Leang Date: Thu, 19 Feb 2026 07:48:28 +1100 Subject: [PATCH] chore(Bocchi): 1.0.3 --- plugins/Bocchi/build.gradle.kts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/Bocchi/build.gradle.kts b/plugins/Bocchi/build.gradle.kts index 96d1dd2..1803a3c 100644 --- a/plugins/Bocchi/build.gradle.kts +++ b/plugins/Bocchi/build.gradle.kts @@ -1,4 +1,4 @@ -version = "1.0.2" +version = "1.0.3" description = "More lenient message grouping" android { @@ -8,6 +8,9 @@ android { aliucord { // Changelog of your plugin changelog.set(""" + # 1.0.3 + * Clump more than 6 messages together + # 1.0.2 * Fix (inverted) webhook clumping