Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jul 17, 2024
1 parent 0204127 commit 08ae0d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ publisher {
curseDepends.optional()
curseDepends.embedded()

displayName.set("${display.name} ${libs.versions.mod.get()} for ${display.loader} ${display.version}")
displayName.set("${display.name.get()} ${libs.versions.mod.get()} for ${display.loader.get()} ${display.version.get()}")

artifact.set(tasks.remapJar)
addAdditionalFile(tasks.remapSourcesJar)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
maven-group = "band.kessokuteatime"
archives-name = "fadedwidgets"
mod = "2.2.1"
mod = "2.2.2"
loader = "fabric"

minecraft = "1.20.2"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "fadedwidgets",
"version": "${version}",

"name": "${display.name}",
"name": "${display.name.get()}",
"description": "Let widgets fade as you hide them!",
"authors": [
"Kessoku Tea Time",
Expand Down

0 comments on commit 08ae0d5

Please sign in to comment.