Skip to content

Commit

Permalink
v4.3.3+mc.1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampflower committed Dec 31, 2024
1 parent 51169a2 commit 1b3a29b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ task curseforge(type: TaskPublishCurseForge) {

final def mainFile = upload(curseforgeId, tasks.remapJar)

// Parity of Modrinth to use the version as the display name
mainFile.displayName = version
mainFile.changelog = _changelog
mainFile.changelogType = "markdown"
mainFile.releaseType = type
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx1G

# Mod Properties
projectVersion=4.3.3-rc.1
projectVersion=4.3.3
maven_group=gay.ampflower.mod

curseforgeId=914551
Expand Down

0 comments on commit 1b3a29b

Please sign in to comment.