From d5099b69b1f0f349cab0cc6f82b21fea98e602d2 Mon Sep 17 00:00:00 2001 From: TheBjoRedCraft Date: Fri, 23 Jan 2026 14:10:12 +0100 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20update=20info=20icon=20in=20`INFO=5F?= =?UTF-8?q?PREFIX`=20to=20use=20"=E2=84=B9"=20instead=20of=20"=E2=84=B9?= =?UTF-8?q?=EF=B8=8F"=20in=20`Colors.kt`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/dev/slne/surf/surfapi/core/api/messages/Colors.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surf-api-core/surf-api-core-api/src/main/kotlin/dev/slne/surf/surfapi/core/api/messages/Colors.kt b/surf-api-core/surf-api-core-api/src/main/kotlin/dev/slne/surf/surfapi/core/api/messages/Colors.kt index 9d71b6ca..7a99f0e1 100644 --- a/surf-api-core/surf-api-core-api/src/main/kotlin/dev/slne/surf/surfapi/core/api/messages/Colors.kt +++ b/surf-api-core/surf-api-core-api/src/main/kotlin/dev/slne/surf/surfapi/core/api/messages/Colors.kt @@ -137,7 +137,7 @@ interface Colors { @JvmField val INFO_PREFIX: Component = buildText { spacer("[") - info("ℹ️") + info("ℹ") spacer("]") appendSpace() } From d227af720311d9a09a9e18e7ffaf51e8f34a579e Mon Sep 17 00:00:00 2001 From: TheBjoRedCraft Date: Fri, 23 Jan 2026 14:11:06 +0100 Subject: [PATCH 2/2] chore: bump version to 1.21.11-2.55.1 in Gradle properties --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 586863d3..102869b5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,6 +7,6 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled javaVersion=25 mcVersion=1.21.11 group=dev.slne.surf -version=1.21.11-2.55.0 +version=1.21.11-2.55.1 relocationPrefix=dev.slne.surf.surfapi.libs snapshot=false