Skip to content

Commit 3e24206

Browse files
authored
Merge pull request #5 from coinsapi/main
add minecraft version 1.21.8 support
2 parents bdc4186 + e86defd commit 3e24206

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

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.13"
12+
val baseVersion = "0.0.14"
1313
val commitHash = System.getenv("COMMIT_HASH")
1414
val timestamp = System.currentTimeMillis() // Temporary to be able to build and publish directly out of fix branch with same commit hash
1515
val snapshotVersion = "${baseVersion}-dev.${timestamp}-${commitHash}"

platform/bungeecord/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ modrinth {
5353
"1.21.5",
5454
"1.21.6",
5555
"1.21.7",
56+
"1.21.8",
5657
)
5758
loaders.add("bungeecord")
5859
loaders.add("waterfall")

platform/spigot/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ modrinth {
5656
"1.21.5",
5757
"1.21.6",
5858
"1.21.7",
59+
"1.21.8",
5960
)
6061
loaders.add("spigot")
6162
loaders.add("paper")

platform/velocity/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ modrinth {
5656
"1.21.5",
5757
"1.21.6",
5858
"1.21.7",
59+
"1.21.8",
5960
)
6061
loaders.add("velocity")
6162
changelog.set("https://docs.simplecloud.app/changelog")

0 commit comments

Comments
 (0)