From 199eb2e67d7256d42ca489df39b2ebc405cbd5d4 Mon Sep 17 00:00:00 2001 From: Nassim Jahnke Date: Sat, 15 Apr 2023 12:16:10 +0200 Subject: [PATCH] 4.1.0 Release --- .github/CHANGELOG.md | 2 +- gradle.properties | 2 +- gradle/libs.versions.toml | 9 ++++----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index ad563d9e..716ab3dd 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -2,7 +2,7 @@ This file contains update logs for this project. The top may contain a `Unreleased` section, gathering update logs for a future update during development. --- -## Unreleased +## 4.1.0 - April 17th 2023 ### Changed * Added config option `enable-playercounthovermessage` to be able to toggle the player count hover message * Removed platform specific command aliases (e.g. `maintenancevelocity`) diff --git a/gradle.properties b/gradle.properties index 67cf5a46..f0b96cc2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=4.0.2-SNAPSHOT +projectVersion=4.1.0 # Gradle properties org.gradle.daemon=true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4e0ebaf5..a09281fb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,18 +3,17 @@ metadata.format.version = "1.1" [versions] # Shaded -adventure = "4.12.0" -adventurePlatform = "4.2.0" +adventure = "4.13.1" +adventurePlatform = "4.3.0" mysqlConnector = "8.0.32" hikariCP = "4.0.3" -bstats = "3.0.0" +bstats = "3.0.2" # Provided gson = "2.8.8" guava = "29.0-jre" snakeyaml = "1.23" -junit = "5.8.2" -jetbrainsAnnotations = "23.0.0" +jetbrainsAnnotations = "24.0.1" protocollib = "5.0.0-SNAPSHOT" authlib = "1.5.25"