Skip to content

Commit

Permalink
- Fix snapshot taking on older versions, courtesy of Warrior with
Browse files Browse the repository at this point in the history
PR #7316.
    - Fixes the regression started in 0.100.1.16 which caused the revert
on unclaim to turn everything into air down to bedrock.
  • Loading branch information
LlmDl committed Mar 18, 2024
1 parent a41f5c4 commit 75d388e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.1.20</version>
<version>0.100.1.21</version>

<licenses>
<license>
Expand Down
5 changes: 4 additions & 1 deletion Towny/src/main/resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9621,4 +9621,7 @@ v0.92.0.11:
- Bump net.kyori:adventure-text-serializer-plain from 4.15.0 to 4.16.0.
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2.
- Bump com.github.seeseemelk:MockBukkit-v1.20 from 3.74.0 to 3.78.0.
- Bump org.apache.logging.log4j:log4j-core from 2.22.1 to 2.23.1.
- Bump org.apache.logging.log4j:log4j-core from 2.22.1 to 2.23.1.
0.100.1.21:
- Fix snapshot taking on older versions, courtesy of Warrior with PR #7316.
- Fixes the regression started in 0.100.1.16 which caused the revert on unclaim to turn everything into air down to bedrock.

0 comments on commit 75d388e

Please sign in to comment.