Skip to content

Commit

Permalink
- Fix regression from 0.100.4.2 which caused empty .tar backups to be
Browse files Browse the repository at this point in the history
created.
  • Loading branch information
LlmDl committed Oct 26, 2024
1 parent 287e544 commit d324ca6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Towny/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<artifactId>towny</artifactId>
<packaging>jar</packaging>
<version>0.100.4.6</version>
<version>0.100.4.7</version>

<licenses>
<license>
Expand Down Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.27.1</version>
<version>1.26.2</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
Expand Down
4 changes: 3 additions & 1 deletion Towny/src/main/resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- 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.

0 comments on commit d324ca6

Please sign in to comment.