Skip to content

Commit

Permalink
Bump to 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
CubitsDev committed Jul 17, 2021
1 parent 0717d66 commit 55cc9f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>network.palace</groupId>
<artifactId>Show</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>network.palace</groupId>
<artifactId>Show</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
<repositories>
<repository>
<id>enginehub-maven</id>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/network/palace/show/ShowPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Created by Marc on 12/6/16.
* Updated to be Core free by Tom 07/10/2021
*/
@Plugin(name = "Show", version = "1.5.6")
@Plugin(name = "Show", version = "1.5.7")
@Description(value = "Create Shows in Minecraft with easy to use files!")
@LoadOrder(value = PluginLoadOrder.POSTWORLD)
@Author(value = "Legobuilder0813")
Expand Down

0 comments on commit 55cc9f6

Please sign in to comment.