From 72fae91243c215e38b0372c8b199206b9915556b Mon Sep 17 00:00:00 2001 From: LlmDl Date: Tue, 13 Feb 2024 14:20:35 -0600 Subject: [PATCH] Bump version number for pre-release. --- Towny/pom.xml | 2 +- Towny/src/main/resources/ChangeLog.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Towny/pom.xml b/Towny/pom.xml index a5e5b996d3..f8ff5828b9 100644 --- a/Towny/pom.xml +++ b/Towny/pom.xml @@ -13,7 +13,7 @@ towny jar - 0.100.1.11 + 0.100.1.12 diff --git a/Towny/src/main/resources/ChangeLog.txt b/Towny/src/main/resources/ChangeLog.txt index fa49501881..7a47c80c4e 100644 --- a/Towny/src/main/resources/ChangeLog.txt +++ b/Towny/src/main/resources/ChangeLog.txt @@ -9510,6 +9510,7 @@ v0.92.0.11: - New Command: /town invite sent removeall - Removes all of the invites which a town has sent. - Requires the towny.command.town.invite.add permission node to use (same node used for removing one by one.) +0.100.1.12: - Cause trusted residents who have changed their names to auto-matically carry their trusted status in a town over, without a server restart required. - Closes #7249. - Overhaul the NameValidation class.