Skip to content

Commit

Permalink
Bump Min Towny version to 0.100.4.0. (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl authored Oct 10, 2024
1 parent 6a81c22 commit 71740b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.gmail.goosius</groupId>
<artifactId>SiegeWar</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
<name>siegewar</name> <!-- Leave lower-cased -->

<properties>
<java.version>1.8</java.version>
<project.bukkitAPIVersion>1.13</project.bukkitAPIVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<towny.version>0.100.3.0</towny.version>
<towny.version>0.100.4.0</towny.version>
</properties>

<repositories>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.palmergames.bukkit.towny</groupId>
<artifactId>towny</artifactId>
<version>0.100.3.0</version>
<version>0.100.4.0</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 @@ -43,7 +43,7 @@
public class SiegeWar extends JavaPlugin {

private static SiegeWar plugin;
private final String requiredTownyVersion = "0.100.3.0";
private final String requiredTownyVersion = "0.100.4.0";
private static final SiegeHUDManager siegeHUDManager = new SiegeHUDManager();
private final Object scheduler;

Expand Down

0 comments on commit 71740b9

Please sign in to comment.