From f49c52e0fe844fd97de438e2123448ae245713c3 Mon Sep 17 00:00:00 2001 From: Llm Dl Date: Sun, 25 Oct 2020 12:09:08 -0500 Subject: [PATCH] 0.96.3.0: - Bump version for Release. --- README.md | 8 ++++---- pom.xml | 2 +- resources/ChangeLog.txt | 4 +++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5ac86be55c..6ff9754ace 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ With help coming from other developers from time to time including dumptruckman, Towny is one of the oldest still-in-development plugins for Minecraft. It was created by Shadeness for the now-defunct server platform called hMod. -It is the second-oldest land protection plugin to become popular for Minecraft, having been beaten by WorldGuard by just a couple months. Go check out some of the [features](https://github.com/TownyAdvanced/Towny/wiki#features) Towny has and see why it's still popular for yourself. +It is the second-oldest land protection plugin to become popular for Minecraft, having been beaten by WorldGuard by just a couple months, Towny is now over 10 years old! Go check out some of the [features](https://github.com/TownyAdvanced/Towny/wiki#features) Towny has and see why it's still popular for yourself.

___ @@ -19,9 +19,9 @@ ___ | Minecraft Version | Towny Version | |:----:|:----:| -| MC 1.16.* | Use [0.96.2.0](https://github.com/TownyAdvanced/Towny/releases/tag/0.96.2.0) or the above Latest Pre-Release. | -| MC 1.15.* | Use [0.96.2.0](https://github.com/TownyAdvanced/Towny/releases/tag/0.96.2.0) or the above Latest Pre-Release. | -| MC 1.14.* | Use [0.96.2.0](https://github.com/TownyAdvanced/Towny/releases/tag/0.96.2.0) or the above Latest Pre-Release. | +| MC 1.16.* | Use [0.96.3.0](https://github.com/TownyAdvanced/Towny/releases/tag/0.96.3.0) or the above Latest Pre-Release. | +| MC 1.15.* | Use [0.96.3.0](https://github.com/TownyAdvanced/Towny/releases/tag/0.96.3.0) or the above Latest Pre-Release. | +| MC 1.14.* | Use [0.96.3.0](https://github.com/TownyAdvanced/Towny/releases/tag/0.96.3.0) or the above Latest Pre-Release. | | MC 1.13.2 | [0.96.2.0 for 1.13.2](https://github.com/TownyAdvanced/Towny/releases/tag/0.96.2.0for1.13.2) | | MC 1.12.2 | [0.96.2.0 for 1.12.2](https://github.com/TownyAdvanced/Towny/releases/tag/0.96.2.0for1.12.2) | | MC 1.11.2 | [0.93.1.0 for 1.11.2](https://www.dropbox.com/s/cfpm4iy0sbzmti4/Towny_Advanced%200.93.1.0%20for%20MC%201.11.2.zip?dl=0) | diff --git a/pom.xml b/pom.xml index 74c9c58ae5..8646aa0f45 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.palmergames.bukkit.towny Towny jar - 0.96.2.23 + 0.96.3.0 diff --git a/resources/ChangeLog.txt b/resources/ChangeLog.txt index e2d07b611a..4f7f93ca3e 100644 --- a/resources/ChangeLog.txt +++ b/resources/ChangeLog.txt @@ -5128,4 +5128,6 @@ v0.92.0.11: - Metadata Improvements, courtesy of Silverwolfg11 with PR #4386. - Adds a new metadata field to store longs by introducing the LongDataField. - Makes the CustomDataField class truly abstract relying less on switch statements and makes it much easier to add new metadata types in the future, potentially paving the way for even allowing developers to add their own metadata types in the future. - - Fix flipped save/load types. \ No newline at end of file + - Fix flipped save/load types. +0.96.3.0: + - Bump version for Release. \ No newline at end of file