Skip to content

Commit

Permalink
Release 0.5.3 (Cleanup & Version Bump)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFlagCourier committed Oct 20, 2022
1 parent ef578a6 commit 57faf3c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 50 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ If a change is missing, it is likely simple or was forgotten about when this log

Feel free to PR corrections to this file.

## [Unreleased][Unreleased]
<!-- ## [Unreleased][Unreleased]-->

## [0.5.3][0.5.3]

### Known-Issues
- [Possibly fixed: See #168](https://github.com/TownyAdvanced/FlagWar/pull/168) &mdash; Impossible to attack plots that have
Expand Down Expand Up @@ -359,7 +361,8 @@ Scale to 2, use "Bankers' Rounding" (HALF_EVEN)
<!---------------------------->

<!-- Links to Tagged Changes -->
[Unreleased]: https://github.com/TownyAdvanced/FlagWar/compare/0.5.2...HEAD
[Unreleased]: https://github.com/TownyAdvanced/FlagWar/compare/0.5.3...HEAD
[0.5.3]: https://github.com/TownyAdvanced/FlagWar/compare/0.5.2...0.5.3
[0.5.2]: https://github.com/TownyAdvanced/FlagWar/compare/0.5.1b...0.5.2
[0.5.1]: https://github.com/TownyAdvanced/FlagWar/compare/0.5.0...0.5.1b
[0.5.0]: https://github.com/TownyAdvanced/FlagWar/compare/0.4.0...0.5.0
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,23 @@ Administrator Resources

| FlagWar Release | 📅 Released On | Requirements |
| :-------------: | :--------------: | :-------------------------------------------------------------------------: |
| [v0.5.3][0.5.3] | October 27, 2021 | Towny (_0.97.3.0_+), Bukkit API-based&ast; server (_1.17.1_, _1.8.2_, _1.19.2_) |
| [v0.5.2][0.5.2] | October 27, 2021 | Towny (_0.97.3.0_+), Bukkit API-based&ast; server (_1.16.5_, _1.17.1_) |
| [v0.5.1][0.5.1] | August 12, 2021 | Towny (_0.97.2.0 - 0.97.2.14_), Bukkit API-based&ast; server (_1.16.5_, _1.17.1_) |
| _Pre-History_ | _2011 - 2021_ | Deprecated & Removed in Towny versions 0.97.0.0 and 0.97.1.0, respectively. |

> FlagWar has adopted the use of Paper as an API provider. Spigot should however still be viable. Please
> submit a ticket if you experience any issues.
[0.5.3]: https://github.com/TownyAdvanced/FlagWar/releases/tag/0.5.3 "FlagWar Release 0.5.3"
[0.5.2]: https://github.com/TownyAdvanced/FlagWar/releases/tag/0.5.2 "FlagWar Release 0.5.2"
[0.5.1]: https://github.com/TownyAdvanced/FlagWar/releases/tag/0.5.1b "FlagWar Release 0.5.1b"

### Staying up to Date

<img align=right src="https://user-images.githubusercontent.com/879756/65964779-3a067200-e423-11e9-9928-938b976af2c2.gif" height="155">

All Release builds and Development builds have been made available here on GitHub's [Releases][releases] page.
All Release builds and most Development builds have been made available here on GitHub's [Releases][releases] page.
We encourage server admins to "watch" FlagWar on GitHub in order to receive update notifications.
Just click the watch button in the upper right and select "Releases Only".

Expand Down
43 changes: 0 additions & 43 deletions docs/issue84.md

This file was deleted.

4 changes: 2 additions & 2 deletions jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
before_install:
- source "$HOME/.sdkman/bin/sdkman-init.sh"
- sdk update
- sdk install java 17.0.3-ms
- sdk use java 17.0.3-ms
- sdk install java 17.0.4.1-tem
- sdk use java 17.0.4.1-tem
- sdk install maven 3.8.6
- sdk use maven 3.8.6
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<groupId>io.github.townyadvanced.flagwar</groupId>
<artifactId>FlagWar</artifactId>
<packaging>jar</packaging>
<version>0.5.3-SNAPSHOT</version>
<version>0.5.3</version>
<description>An OG war system for TownyAdvanced. Celebrating a decade of Flag-based Towny Warfare.</description>

<properties>
<java.version>16</java.version>
<project.bukkitAPIVersion>1.16</project.bukkitAPIVersion>
<project.bukkitAPIVersion>1.17</project.bukkitAPIVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 57faf3c

Please sign in to comment.