From 61037e405fca4c6c837ccae70eb0b42e7d7fb84b Mon Sep 17 00:00:00 2001 From: Cilly Leang Date: Wed, 8 Oct 2025 17:32:05 +1100 Subject: [PATCH] chore(Zinnia): 1.1.0 --- plugins/Zinnia/build.gradle.kts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/Zinnia/build.gradle.kts b/plugins/Zinnia/build.gradle.kts index 5ee7f56..ef4e57e 100644 --- a/plugins/Zinnia/build.gradle.kts +++ b/plugins/Zinnia/build.gradle.kts @@ -1,9 +1,13 @@ -version = "1.0.0" +version = "1.1.0" description = "Coloured usernames to be a bit more pleasing on the eyes" aliucord { // Changelog of your plugin changelog.set(""" + # 1.1.0 + * Fix incorrect spacing in replies + * Allow setting static text colours + # 1.0.0 * Initial release >w< """.trimIndent())