diff --git a/build.gradle b/build.gradle index dbae597..5e03ab7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'fabric-loom' version '1.0-SNAPSHOT' id 'maven-publish' - id "me.modmuss50.mod-publish-plugin" version "0.3.0" + id "me.modmuss50.mod-publish-plugin" version "0.3.5" } def ENV = System.getenv() @@ -127,7 +127,7 @@ publishMods { modLoaders.add("fabric") type = BETA changelog = "changeme" - displayName = "${mod_name} v${version} - Fabric - ${minecraft_version}" + displayName = "${mod_name} v${mod_version} - Fabric - ${minecraft_version}" curseforge { accessToken = providers.environmentVariable("CURSE_DEPLOY") projectId = project.curseforge_id