From ee7e3909f390003f2dac26091d7a23c437271098 Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 7 May 2026 14:28:21 +0200 Subject: [PATCH] feat: set version to 1.0 --- .idea/misc.xml | 3 +++ gradle.properties | 2 +- .../leohabrom/velocity/customServerIcon/CustomServerIcon.java | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 0d3d353..8852426 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,9 @@ + + + diff --git a/gradle.properties b/gradle.properties index bb9dead..76d61de 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.leohabrom.velocity -version=1.0-SNAPSHOT +version=1.0 org.gradle.configuration-cache=true org.gradle.parallel=true org.gradle.caching=true diff --git a/src/main/java/com/leohabrom/velocity/customServerIcon/CustomServerIcon.java b/src/main/java/com/leohabrom/velocity/customServerIcon/CustomServerIcon.java index f3ca828..bf1790f 100644 --- a/src/main/java/com/leohabrom/velocity/customServerIcon/CustomServerIcon.java +++ b/src/main/java/com/leohabrom/velocity/customServerIcon/CustomServerIcon.java @@ -19,7 +19,7 @@ import java.nio.file.Path; import java.util.concurrent.ConcurrentHashMap; -@Plugin(id = "custom-server-icon", name = "Custom Server Icon", version = "1.0-SNAPSHOT", +@Plugin(id = "custom-server-icon", name = "Custom Server Icon", version = "1.0", url = "https://git.leohabrom.com/Jinx/velocity-custom-server-icon", description = "Velocity Plugin to set custom icons for different hostnames", authors = {"Leo Habrom"}) public class CustomServerIcon {