chore(Bocchi): 1.0.1

This commit is contained in:
Cilly Leang 2026-01-23 00:02:12 +11:00
parent 53248f08fe
commit 6af545070e
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,4 +1,4 @@
version = "1.0.0"
version = "1.0.1"
description = "More lenient message grouping"
android {
@ -8,6 +8,9 @@ android {
aliucord {
// Changelog of your plugin
changelog.set("""
# 1.0.1
* Hide blank space w.r.t attachments and embeds
# 1.0.0
* Initial release >w<
""".trimIndent())