Skip to content

Commit

Permalink
Update version to 2.3.3 (hotfix)
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Aug 19, 2024
1 parent 5adbd4e commit 7c7593d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ val supportedVersions =
allprojects {
group = "de.oliver"
val buildId = System.getenv("BUILD_ID")
version = "2.3.2" + (if (buildId != null) ".$buildId" else "")
version = "2.3.3" + (if (buildId != null) ".$buildId" else "")
description = "Simple, lightweight and fast hologram plugin using display entities"

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/oliver/fancyholograms/FancyHolograms.java
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ private void checkForNewerVersion() {
getLogger().warning("""
-------------------------------------------------------
You are not using the latest version the FancyHolograms plugin.
You are not using the latest version of the FancyHolograms plugin.
Please update to the newest version (%s).
%s
-------------------------------------------------------
Expand Down

0 comments on commit 7c7593d

Please sign in to comment.