Skip to content

Commit

Permalink
v0.58:
Browse files Browse the repository at this point in the history
  - Drop API version back to 1.13 because there's a 0.95.0.0 for 1.13
that has the new TownyAPI in it.
  • Loading branch information
LlmDl committed Oct 15, 2019
1 parent d038dd6 commit 43a0a62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.palmergames.bukkit</groupId>
<artifactId>TownyChat</artifactId>
<packaging>jar</packaging>
<version>0.57</version>
<version>0.58</version>

<licenses>
<license>
Expand All @@ -24,7 +24,7 @@

<properties>
<java.version>1.8</java.version>
<project.bukkitAPIVersion>1.14</project.bukkitAPIVersion>
<project.bukkitAPIVersion>1.13</project.bukkitAPIVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
4 changes: 3 additions & 1 deletion resources/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,6 @@ v0.57:
- Default: &f
- You can now set the {townycolour} for players without a town.
- Fix missing space following the title in {townyprefix} (when there is no mayor/king prefix present.)
- Add support for PlaceholderAPI's placeholders in the chatconfig.yml's Channel_format lines.
- Add support for PlaceholderAPI's placeholders in the chatconfig.yml's Channel_format lines.
v0.58:
- Drop API version back to 1.13 because there's a 0.95.0.0 for 1.13 that has the new TownyAPI in it.

0 comments on commit 43a0a62

Please sign in to comment.