Skip to content

Commit

Permalink
4.1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytv committed Apr 17, 2023
1 parent 0683450 commit 199eb2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=4.0.2-SNAPSHOT
projectVersion=4.1.0

# Gradle properties
org.gradle.daemon=true
Expand Down
9 changes: 4 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 199eb2e

Please sign in to comment.