Skip to content

Commit

Permalink
update modmuss toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
manmaed committed Sep 22, 2023
1 parent 362cf97 commit 804d367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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()
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 804d367

Please sign in to comment.