Skip to content

Commit 55cc9f6

Browse files
committed
Bump to 1.5.7
1 parent 0717d66 commit 55cc9f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>network.palace</groupId>
55
<artifactId>Show</artifactId>
6-
<version>1.5.6</version>
6+
<version>1.5.7</version>
77
<build>
88
<finalName>${project.artifactId}</finalName>
99
<plugins>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>network.palace</groupId>
88
<artifactId>Show</artifactId>
9-
<version>1.5.6</version>
9+
<version>1.5.7</version>
1010
<repositories>
1111
<repository>
1212
<id>enginehub-maven</id>

src/main/java/network/palace/show/ShowPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* Created by Marc on 12/6/16.
3535
* Updated to be Core free by Tom 07/10/2021
3636
*/
37-
@Plugin(name = "Show", version = "1.5.6")
37+
@Plugin(name = "Show", version = "1.5.7")
3838
@Description(value = "Create Shows in Minecraft with easy to use files!")
3939
@LoadOrder(value = PluginLoadOrder.POSTWORLD)
4040
@Author(value = "Legobuilder0813")

0 commit comments

Comments
 (0)