We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d65eb80 + 12da15a commit 287427cCopy full SHA for 287427c
2 files changed
notify-bungeecord/build.gradle.kts
@@ -19,6 +19,7 @@ modrinth {
19
uploadFile.set(tasks.shadowJar)
20
gameVersions.addAll(
21
22
+
23
"1.20",
24
"1.20.1",
25
"1.20.2",
@@ -36,6 +37,8 @@ modrinth {
36
37
"1.21.7",
38
"1.21.8",
39
"1.21.9",
40
+ "1.21.10",
41
42
43
)
44
loaders.add("bungeecord")
notify-velocity/build.gradle.kts
@@ -21,6 +21,7 @@ modrinth {
26
27
@@ -38,6 +39,8 @@ modrinth {
45
46
loaders.add("velocity")
0 commit comments