Skip to content

Commit 72b71a9

Browse files
committed
Add missing version on paper modrinth publish
1 parent 8104f99 commit 72b71a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations/paper/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ modrinth {
125125
uploadFile.set(tasks.findByName("shadowJar"))
126126
loaders.addAll("paper","purpur","folia")
127127
gameVersions.addAll(
128-
"1.20.1", "1.20.2"
128+
"1.20.1", "1.20.2", "1.20.3"
129129
)
130130
}
131131

0 commit comments

Comments
 (0)