Skip to content

Commit 8104f99

Browse files
committed
Declare 1.20.3 support in publication where applicable
1 parent 78904b4 commit 8104f99

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

implementations/fabric-1.20/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ modrinth {
144144
.readText()
145145
.replace("{version}", project.version.toString()))
146146
uploadFile.set(tasks.findByName("remappedShadowJar"))
147-
gameVersions.addAll("1.20", "1.20.1", "1.20.2")
147+
gameVersions.addAll("1.20", "1.20.1", "1.20.2", "1.20.3")
148148
dependencies {
149149
required.project("P7dR8mSH") // Fabric API
150150
}
@@ -168,6 +168,7 @@ curseforge {
168168
addGameVersion("1.20")
169169
addGameVersion("1.20.1")
170170
addGameVersion("1.20.2")
171+
addGameVersion("1.20.3")
171172

172173
mainArtifact(tasks.findByName("remappedShadowJar"), closureOf<CurseArtifact> {
173174
relations(closureOf<CurseRelation> {

implementations/paper/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ hangarPublish {
145145
register(io.papermc.hangarpublishplugin.model.Platforms.PAPER) {
146146
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
147147
platformVersions.set(listOf(
148-
"1.20.1", "1.20.2"
148+
"1.20.1", "1.20.2", "1.20.3"
149149
))
150150
}
151151
}

implementations/spigot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ modrinth {
134134
"1.17", "1.17.1",
135135
"1.18", "1.18.1", "1.18.2",
136136
"1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4",
137-
"1.20", "1.20.1", "1.20.2"
137+
"1.20", "1.20.1", "1.20.2", "1.20.3"
138138
)
139139
}
140140

0 commit comments

Comments
 (0)