Skip to content

Commit deebea0

Browse files
authored
Merge pull request #6 from simplecloudapp/update/mc-1-21-11
Add Minecraft version(s) 1.21.11
2 parents 1a2bd63 + bd9de99 commit deebea0

File tree

5 files changed

+11
-2
lines changed

5 files changed

+11
-2
lines changed

.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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
`maven-publish`
1010
}
1111

12-
val baseVersion = "0.0.20"
12+
val baseVersion = "0.0.21"
1313
val commitHash = System.getenv("COMMIT_HASH")
1414
val timestamp = System.currentTimeMillis()
1515
val snapshotVersion = "${baseVersion}-dev.${timestamp}-${commitHash}"

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)