Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Apr 21, 2024
1 parent dc2e3e5 commit cb98e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ publisher {

versionType.set("release")
projectVersion.set(project.version.toString())
gameVersions.set(listOf("1.20.2", "1.20.3", "1.20.4"))
gameVersions.set(listOf("1.20", "1.20.1"))
loaders.set(listOf("fabric", "quilt"))
curseEnvironment.set("both")

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ id-curseforge = "998434"
# display
display-name = "Knowledges"
display-loader = "Fabric"
display-version = "1.20.2+"
display-version = "1.20~1.20.1"

[libraries]
minecraft = { group = "com.mojang", name = "minecraft", version.ref = "minecraft" }
Expand Down

0 comments on commit cb98e27

Please sign in to comment.