diff --git a/Towny/pom.xml b/Towny/pom.xml index 2eed2f3e01..e02c7818d0 100644 --- a/Towny/pom.xml +++ b/Towny/pom.xml @@ -13,7 +13,7 @@ towny jar - 0.100.4.6 + 0.100.4.7 @@ -135,7 +135,7 @@ org.apache.commons commons-compress - 1.27.1 + 1.26.2 org.jetbrains diff --git a/Towny/src/main/resources/ChangeLog.txt b/Towny/src/main/resources/ChangeLog.txt index 0c4a9bf1d8..dfd55a8fca 100644 --- a/Towny/src/main/resources/ChangeLog.txt +++ b/Towny/src/main/resources/ChangeLog.txt @@ -10077,4 +10077,6 @@ v0.92.0.11: - New Config Option: economy.advanced.npc_uuid_version - Default: -1 - The UUID version to use for non-player accounts. This is used so that economy plugins can more easily differentiate between player and NPC accounts. - - The default is -1, which disables modifying npc uuids. \ No newline at end of file + - The default is -1, which disables modifying npc uuids. +0.100.4.7: + - Fix regression from 0.100.4.2 which caused empty .tar backups to be created. \ No newline at end of file