From a265f2e7b3c6f762c2b1968bb40659577efb287b Mon Sep 17 00:00:00 2001 From: Lukas Planz Date: Thu, 2 Nov 2023 19:22:23 +0100 Subject: [PATCH] Bump version to 4.3.0 --- CHANGELOG.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 503322e..5bf836d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,12 @@ - Custom model data can be set for items in the GUI like this: `DIAMOND|1` ### Changed +- **CommandAPI is no longer bundled with Waypoints, but needs to be downloaded separately from [here](https://modrinth.com/plugin/commandapi)** + - Now Waypoints itself no longer requires updates between different Minecraft versions at all, only CommandAPI - Partial update of chinese translations by [SnowCutieOwO](https://github.com/SnowCutieOwO) - The default config has been updated to replace some items with custom player heads - Holograms are now multiline by default - The color of the indicators in the boss bar no longer change every settings change or plugin config reload -- CommandAPI is no longer bundled with Waypoints, but needs to be downloaded separately from [here](https://modrinth.com/plugin/commandapi) - - Now Waypoints itself no longer requires updates between different Minecraft versions at all, only CommandAPI ### Fixed - Default colors for beacon beams are not applied diff --git a/gradle.properties b/gradle.properties index 6e808c1..375a5b1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,5 +3,5 @@ org.gradle.jvmargs=-Xmx2G org.gradle.warning.mode=all org.gradle.parallel=true # Project -version=4.2.0 +version=4.3.0 group=de.md5lukas.waypoints