Skip to content

Commit

Permalink
Update supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Redned235 committed Dec 5, 2024
1 parent 785e451 commit 53a7235
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ plugins {
id("com.github.johnrengelman.shadow") version "8.1.1"
}

val supportedVersions = listOf("1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21")
val supportedVersions = listOf(
"1.19.4",
"1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6",
"1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4"
)

repositories {
maven("https://maven.enginehub.org/repo/")
Expand Down Expand Up @@ -138,4 +142,4 @@ modrinth {
changelog.set(System.getenv("CHANGELOG") ?: "")
uploadFile.set(tasks.named("bundledJar"))
gameVersions.set(supportedVersions)
}
}

0 comments on commit 53a7235

Please sign in to comment.