From 934dd10635636275079560ee47952670ca6dc44a Mon Sep 17 00:00:00 2001 From: Lukas Planz Date: Sat, 23 Dec 2023 13:36:43 +0100 Subject: [PATCH] Bump to 4.4.0 --- CHANGELOG.md | 4 +++- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f06c7b4..658d3f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,13 @@ ## [Unreleased] +## 4.4.0 + ### Added - Additional limits can be specified that check for permissions to allow for staggered waypoints or folder limits ### Changed -- The movement of the hologram pointer has been smoothed, but the plugin requires at least 1.20.2 +- The movement of the hologram pointer has been smoothed, but the plugin now requires at least 1.20.2 - The seeds for sounds are now set by the plugin instead of the server to prevent them breaking in a future Paper update ### Fixed diff --git a/gradle.properties b/gradle.properties index ddfab2d..ded64ef 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.3.2 +version=4.4.0 group=de.md5lukas.waypoints