We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4f1cf commit 76bfef5Copy full SHA for 76bfef5
4 files changed
.github/workflows/release-dev.yml
@@ -27,6 +27,7 @@ env:
27
1.21.7
28
1.21.8
29
1.21.9
30
+ 1.21.10
31
32
jobs:
33
build-and-publish:
platform/bungeecord/build.gradle.kts
@@ -55,6 +55,7 @@ modrinth {
55
"1.21.7",
56
"1.21.8",
57
"1.21.9",
58
+ "1.21.10",
59
)
60
loaders.add("bungeecord")
61
loaders.add("waterfall")
platform/spigot/build.gradle.kts
@@ -58,6 +58,7 @@ modrinth {
62
63
loaders.add("spigot")
64
loaders.add("paper")
platform/velocity/build.gradle.kts
loaders.add("velocity")
changelog.set("https://docs.simplecloud.app/changelog")
0 commit comments