Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 7c7593d

Browse files
Update version to 2.3.3 (hotfix)
1 parent 5adbd4e commit 7c7593d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ val supportedVersions =
2222
allprojects {
2323
group = "de.oliver"
2424
val buildId = System.getenv("BUILD_ID")
25-
version = "2.3.2" + (if (buildId != null) ".$buildId" else "")
25+
version = "2.3.3" + (if (buildId != null) ".$buildId" else "")
2626
description = "Simple, lightweight and fast hologram plugin using display entities"
2727

2828
repositories {

src/main/java/de/oliver/fancyholograms/FancyHolograms.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ private void checkForNewerVersion() {
269269
getLogger().warning("""
270270
271271
-------------------------------------------------------
272-
You are not using the latest version the FancyHolograms plugin.
272+
You are not using the latest version of the FancyHolograms plugin.
273273
Please update to the newest version (%s).
274274
%s
275275
-------------------------------------------------------

0 commit comments

Comments
 (0)