Skip to content

Commit 1b3a29b

Browse files
committed
v4.3.3+mc.1.20.4
1 parent 51169a2 commit 1b3a29b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ task curseforge(type: TaskPublishCurseForge) {
8888

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

91+
// Parity of Modrinth to use the version as the display name
92+
mainFile.displayName = version
9193
mainFile.changelog = _changelog
9294
mainFile.changelogType = "markdown"
9395
mainFile.releaseType = type

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
org.gradle.jvmargs=-Xmx1G
33

44
# Mod Properties
5-
projectVersion=4.3.3-rc.1
5+
projectVersion=4.3.3
66
maven_group=gay.ampflower.mod
77

88
curseforgeId=914551

0 commit comments

Comments
 (0)