Skip to content

Commit

Permalink
Update version to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Jan 16, 2025
1 parent a44b2e6 commit a517cc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ val supportedVersions =
allprojects {
group = "de.oliver"
val buildId = System.getenv("BUILD_ID")
version = "2.4.1" + (if (buildId != null) ".$buildId" else "")
version = "2.4.2" + (if (buildId != null) ".$buildId" else "")
description = "Simple, lightweight and fast hologram plugin using display entities"

repositories {
Expand Down Expand Up @@ -113,6 +113,7 @@ tasks {
hangar("ViaBackwards", "5.2.0")
// modrinth("multiverse-core", "4.3.11")
hangar("PlaceholderAPI", "2.11.6")
// modrinth("DecentHolograms", "2.8.12")
}
}

Expand Down

0 comments on commit a517cc6

Please sign in to comment.