We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa6e453 + 3d321ce commit d65eb80Copy full SHA for d65eb80
2 files changed
notify-bungeecord/build.gradle.kts
@@ -18,6 +18,7 @@ modrinth {
18
versionType.set("beta")
19
uploadFile.set(tasks.shadowJar)
20
gameVersions.addAll(
21
+
22
"1.20",
23
"1.20.1",
24
"1.20.2",
@@ -34,6 +35,8 @@ modrinth {
34
35
"1.21.6",
36
"1.21.7",
37
"1.21.8",
38
+ "1.21.9",
39
40
)
41
loaders.add("bungeecord")
42
loaders.add("waterfall")
notify-velocity/build.gradle.kts
@@ -20,6 +20,7 @@ modrinth {
25
26
@@ -36,6 +37,8 @@ modrinth {
43
loaders.add("velocity")
44
changelog.set("https://docs.simplecloud.app/changelog")
0 commit comments