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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 03ffdc0 commit 2259e37
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
@@ -71,7 +71,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)
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 = "edgelesschatscreen"
mod = "1.1.4"
mod = "1.1.5"
loader = "fabric"

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

"name": "${display.name}",
"name": "${display.name.get()}",
"description": "Why not having an edgeless chat screen?",
"authors": [
"Kessoku Tea Time",

0 comments on commit 2259e37

Please sign in to comment.