Skip to content

Commit

Permalink
Merge pull request #33 from TownyAdvanced/towny_version_bump
Browse files Browse the repository at this point in the history
Bump min. Towny version to 0.96.5.15
  • Loading branch information
LlmDl authored Jan 15, 2021
2 parents 3eb7b7d + b7c532b commit 2400d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.github.TownyAdvanced</groupId>
<artifactId>Towny</artifactId>
<version>0.96.5.12</version>
<version>0.96.5.15</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/gmail/goosius/siegewar/SiegeWar.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class SiegeWar extends JavaPlugin {

private static SiegeWar plugin;
public static String prefix = "[SiegeWar] ";
private static Version requiredTownyVersion = Version.fromString("0.96.5.12");
private static Version requiredTownyVersion = Version.fromString("0.96.5.15");
private final static SiegeHUDManager SiegeHudManager = new SiegeHUDManager(plugin);

public static SiegeWar getSiegeWar() {
Expand Down

0 comments on commit 2400d3b

Please sign in to comment.