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 {