Skip to content

Commit

Permalink
Updated name
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexeption committed Jun 14, 2024
1 parent ff122ab commit a22972b
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
Expand Up @@ -128,15 +128,15 @@ task publishCurseForge(type: net.darkhax.curseforgegradle.TaskPublishCurseForge)
mainFile.changelogType = 'markdown'
mainFile.gameVersions = ['1.20.6']
mainFile.addModLoader("neoforge")
mainFile.displayName = "AEInfinityBooster v${version}"
mainFile.displayName = "AEInfinityBooster ${version}"


}

modrinth {
token = env.MODRINTH_API_KEY
projectId = 'VQhDBNs8'
versionName = "AEInfinityBooster v$version"
versionName = "AEInfinityBooster $version"
changelog = 'A changelog can be found at https://github.com/Hexeption/AEInfinityBooster'
uploadFile = jar
gameVersions = ["1.20.6"]
Expand Down

0 comments on commit a22972b

Please sign in to comment.