chore(Bocchi): 1.0.1
This commit is contained in:
parent
53248f08fe
commit
6af545070e
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
description = "More lenient message grouping"
|
description = "More lenient message grouping"
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
@ -8,6 +8,9 @@ android {
|
||||||
aliucord {
|
aliucord {
|
||||||
// Changelog of your plugin
|
// Changelog of your plugin
|
||||||
changelog.set("""
|
changelog.set("""
|
||||||
|
# 1.0.1
|
||||||
|
* Hide blank space w.r.t attachments and embeds
|
||||||
|
|
||||||
# 1.0.0
|
# 1.0.0
|
||||||
* Initial release >w<
|
* Initial release >w<
|
||||||
""".trimIndent())
|
""".trimIndent())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue