Skip to content

Commit

Permalink
Bump to version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed Dec 8, 2021
1 parent ea1d8ff commit d36ae8c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bungeecord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>GeyserSkinManager</artifactId>
<groupId>com.github.camotoy.geyserskinmanager</groupId>
<version>1.5-SNAPSHOT</version>
<version>1.6</version>
</parent>
<artifactId>bungeecord</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>GeyserSkinManager</artifactId>
<groupId>com.github.camotoy.geyserskinmanager</groupId>
<version>1.5-SNAPSHOT</version>
<version>1.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.camotoy.geyserskinmanager</groupId>
<artifactId>GeyserSkinManager</artifactId>
<packaging>pom</packaging>
<version>1.5-SNAPSHOT</version>
<version>1.6</version>
<modules>
<module>bungeecord</module>
<module>common</module>
Expand Down
2 changes: 1 addition & 1 deletion spigot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>GeyserSkinManager</artifactId>
<groupId>com.github.camotoy.geyserskinmanager</groupId>
<version>1.5-SNAPSHOT</version>
<version>1.6</version>
</parent>

<name>GeyserSkinManager-Spigot</name>
Expand Down
2 changes: 1 addition & 1 deletion velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>GeyserSkinManager</artifactId>
<groupId>com.github.camotoy.geyserskinmanager</groupId>
<version>1.5-SNAPSHOT</version>
<version>1.6</version>
</parent>
<artifactId>velocity</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@Plugin(
id = "geyserskinmanager-velocity",
name = "GeyserSkinManager-Velocity",
version = "1.5-SNAPSHOT",
version = "1.6",
authors = {"Camotoy"},
dependencies = {@Dependency(id = "geyser")}
)
Expand Down

0 comments on commit d36ae8c

Please sign in to comment.