Skip to content

Commit 6540460

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 0b44cda + deebea0 commit 6540460

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/release-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
1.21.8
2929
1.21.9
3030
1.21.10
31-
31+
1.21.11
3232
jobs:
3333
build-and-publish:
3434
runs-on: ubuntu-latest

platform/bungeecord/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ modrinth {
3838
versionType.set("beta")
3939
uploadFile.set(tasks.shadowJar)
4040
gameVersions.addAll(
41+
4142
"1.20",
4243
"1.20.1",
4344
"1.20.2",
@@ -56,6 +57,8 @@ modrinth {
5657
"1.21.8",
5758
"1.21.9",
5859
"1.21.10",
60+
"1.21.11",
61+
5962
)
6063
loaders.add("bungeecord")
6164
loaders.add("waterfall")

platform/spigot/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ modrinth {
4141
versionType.set("beta")
4242
uploadFile.set(tasks.shadowJar)
4343
gameVersions.addAll(
44+
4445
"1.20",
4546
"1.20.1",
4647
"1.20.2",
@@ -59,6 +60,8 @@ modrinth {
5960
"1.21.8",
6061
"1.21.9",
6162
"1.21.10",
63+
"1.21.11",
64+
6265
)
6366
loaders.add("spigot")
6467
loaders.add("paper")

platform/velocity/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ modrinth {
4141
versionType.set("beta")
4242
uploadFile.set(tasks.shadowJar)
4343
gameVersions.addAll(
44+
4445
"1.20",
4546
"1.20.1",
4647
"1.20.2",
@@ -59,6 +60,8 @@ modrinth {
5960
"1.21.8",
6061
"1.21.9",
6162
"1.21.10",
63+
"1.21.11",
64+
6265
)
6366
loaders.add("velocity")
6467
changelog.set("https://docs.simplecloud.app/changelog")

0 commit comments

Comments
 (0)