Skip to content

Commit

Permalink
Bump min. Towny version to 0.100.3.0. (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl authored Jul 12, 2024
1 parent 01b626f commit a792345
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 @@ -45,7 +45,7 @@
<dependency>
<groupId>com.palmergames.bukkit.towny</groupId>
<artifactId>towny</artifactId>
<version>0.100.1.0</version>
<version>0.100.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class TownyCultures extends JavaPlugin {

private static TownyCultures plugin;
public static String prefix = "[TownyCultures] ";
private static Version requiredTownyVersion = Version.fromString("0.100.1.0");
private static Version requiredTownyVersion = Version.fromString("0.100.3.0");
private static boolean dynmapTowny = false;

public static TownyCultures getTownyCultures() {
Expand Down

0 comments on commit a792345

Please sign in to comment.