Skip to content

Commit

Permalink
Update version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Dec 12, 2023
1 parent ebf4d65 commit f7850ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {

compileOnly("de.oliver:FancyLib:${findProperty("fancyLibVersion")}")

implementation("com.github.CoolDCB:ChatColorHandler:v2.5.0")
implementation("com.github.CoolDCB:ChatColorHandler:${findProperty("chatcolorhandlerVersion")}")
}

tasks {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runPaper.folia.registerTask()

allprojects {
group = "de.oliver"
version = "2.0.4-rc1"
version = "2.0.4"

description = "Simple, lightweight and fast hologram plugin using display entities"

Expand Down
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
minecraftVersion=1.20.4
fancyNpcsVersion=2.0.5
fancyNpcsVersion=2.0.6
fancyLibVersion=1.0.5.1
viaversionVersion=4.7.0
viaversionVersion=4.7.0
chatcolorhandlerVersion=v2.5.0

0 comments on commit f7850ae

Please sign in to comment.