Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Apr 4, 2024
1 parent bdce66a commit d8c00ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
Display display = new Display()

group = libs.versions.maven.group.get()
version = "${libs.versions.minecraft.get()}-${libs.versions.loader.get()}${libs.versions.mod.get()}"
version = "${libs.versions.mod.get()}-${libs.versions.loader.get()}${libs.versions.minecraft.get()}"
base.archivesName = "${libs.versions.archives.name.get()}"

display.name = libs.versions.display.name.get()
Expand Down

0 comments on commit d8c00ca

Please sign in to comment.