diff --git a/build.gradle.kts b/build.gradle.kts index 7aa7f44..f9b14d1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 { diff --git a/src/main/java/de/oliver/fancyholograms/FancyHolograms.java b/src/main/java/de/oliver/fancyholograms/FancyHolograms.java index e2f22e1..98095ce 100644 --- a/src/main/java/de/oliver/fancyholograms/FancyHolograms.java +++ b/src/main/java/de/oliver/fancyholograms/FancyHolograms.java @@ -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 -------------------------------------------------------