Skip to content

Commit 76bfef5

Browse files
committed
feat: 1.21.10
1 parent 7c4f1cf commit 76bfef5

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/release-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727
1.21.7
2828
1.21.8
2929
1.21.9
30+
1.21.10
3031
3132
jobs:
3233
build-and-publish:

platform/bungeecord/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ modrinth {
5555
"1.21.7",
5656
"1.21.8",
5757
"1.21.9",
58+
"1.21.10",
5859
)
5960
loaders.add("bungeecord")
6061
loaders.add("waterfall")

platform/spigot/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ modrinth {
5858
"1.21.7",
5959
"1.21.8",
6060
"1.21.9",
61+
"1.21.10",
6162
)
6263
loaders.add("spigot")
6364
loaders.add("paper")

platform/velocity/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ modrinth {
5858
"1.21.7",
5959
"1.21.8",
6060
"1.21.9",
61+
"1.21.10",
6162
)
6263
loaders.add("velocity")
6364
changelog.set("https://docs.simplecloud.app/changelog")

0 commit comments

Comments
 (0)