Skip to content

Commit

Permalink
Update version number for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed Jan 11, 2023
1 parent 2c18a56 commit d1df9f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ___

<table>
<tr><th> Minecraft Version</th><th>Towny Version</th></tr>
<tr align=center><td> MC 1.19.* </td><td rowspan=4> Use <a href=https://github.com/TownyAdvanced/Towny/releases/tag/0.98.5.0>0.98.5.0</a> or the <a href=https://github.com/TownyAdvanced/Towny/releases>the Latest Pre-Release.</a></td>
<tr align=center><td> MC 1.19.* </td><td rowspan=4> Use <a href=https://github.com/TownyAdvanced/Towny/releases/tag/0.98.6.0>0.98.6.0</a> or the <a href=https://github.com/TownyAdvanced/Towny/releases>the Latest Pre-Release.</a></td>
<tr align=center><td> MC 1.18.* </td>
<tr align=center><td> MC 1.17.* </td>
<tr align=center><td> MC 1.16.* </td>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.palmergames.bukkit.towny</groupId>
<artifactId>towny</artifactId>
<packaging>jar</packaging>
<version>0.98.5.2</version>
<version>0.98.6.0</version>

<licenses>
<license>
Expand All @@ -33,17 +33,17 @@
<!-- Requires repo write access, and proper local maven configuration -->
<!-- https://help.github.com/en/articles/about-github-package-registry -->
<distributionManagement>
<!-- This only needs to be un-commented for Release versions, when we want to upload to the cursed Github packages.
<repository>
<id>github</id>
<name>GitHub TownyAdvanced Apache Maven Packages</name>
<url>https://maven.pkg.github.com/TownyAdvanced/Towny</url>
</repository>-->
</repository>
<!-- This only needs to be un-commented for Release versions, when we want to upload to the cursed Github packages.
<repository>
<id>nexus</id>
<name>Towny</name>
<url>https://repo.glaremasters.me/repository/towny/</url>
</repository>
</repository>-->
</distributionManagement>

<scm>
Expand Down
4 changes: 3 additions & 1 deletion resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8288,4 +8288,6 @@ v0.92.0.11:
- Fix refunds for /t unclaim all, probably fixes a unclaim refund exploit.
0.98.5.2:
- Fix paintings and item frames being unbreakable, courtesy of Stealth2800 with PR #6427.
- Closes #6425.
- Closes #6425.
0.98.6.0:
- Bump version number for release.

0 comments on commit d1df9f9

Please sign in to comment.