diff --git a/bungeecord/pom.xml b/bungeecord/pom.xml index 4847e21..36837b7 100644 --- a/bungeecord/pom.xml +++ b/bungeecord/pom.xml @@ -7,7 +7,7 @@ GeyserSkinManager com.github.camotoy.geyserskinmanager - 1.5-SNAPSHOT + 1.6 bungeecord jar diff --git a/common/pom.xml b/common/pom.xml index f7deee7..0af0571 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ GeyserSkinManager com.github.camotoy.geyserskinmanager - 1.5-SNAPSHOT + 1.6 4.0.0 diff --git a/pom.xml b/pom.xml index 480b4e9..eb54df8 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.github.camotoy.geyserskinmanager GeyserSkinManager pom - 1.5-SNAPSHOT + 1.6 bungeecord common diff --git a/spigot/pom.xml b/spigot/pom.xml index 71831fe..3a2678a 100644 --- a/spigot/pom.xml +++ b/spigot/pom.xml @@ -7,7 +7,7 @@ GeyserSkinManager com.github.camotoy.geyserskinmanager - 1.5-SNAPSHOT + 1.6 GeyserSkinManager-Spigot diff --git a/velocity/pom.xml b/velocity/pom.xml index e6fb981..93ae397 100644 --- a/velocity/pom.xml +++ b/velocity/pom.xml @@ -7,7 +7,7 @@ GeyserSkinManager com.github.camotoy.geyserskinmanager - 1.5-SNAPSHOT + 1.6 velocity jar diff --git a/velocity/src/main/java/com/github/camotoy/geyserskinmanager/velocity/GeyserSkinManager.java b/velocity/src/main/java/com/github/camotoy/geyserskinmanager/velocity/GeyserSkinManager.java index 49df227..e88967a 100644 --- a/velocity/src/main/java/com/github/camotoy/geyserskinmanager/velocity/GeyserSkinManager.java +++ b/velocity/src/main/java/com/github/camotoy/geyserskinmanager/velocity/GeyserSkinManager.java @@ -16,7 +16,7 @@ @Plugin( id = "geyserskinmanager-velocity", name = "GeyserSkinManager-Velocity", - version = "1.5-SNAPSHOT", + version = "1.6", authors = {"Camotoy"}, dependencies = {@Dependency(id = "geyser")} )