Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Apr 4, 2024
1 parent 2163adb commit 430795f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ publisher {
gameVersions.set(listOf("1.20.4"))
loaders.set(listOf("fabric", "quilt"))

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

artifact.set(tasks.jar)
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 = "bounced"
mod = "4.1.0-alpha.1"
mod = "4.1.0"
loader = "fabric"

minecraft = "1.20.4"
Expand Down

0 comments on commit 430795f

Please sign in to comment.