feat: set version to 1.0

This commit is contained in:
Leo
2026-05-07 14:28:21 +02:00
parent 20d6767050
commit ee7e3909f3
3 changed files with 5 additions and 2 deletions

View File

@@ -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 {