Skip to content

Commit

Permalink
Add 1.20.5-1.21 to version string, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Jun 29, 2024
1 parent f2c6c4c commit a303c57
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ labyMod {
displayName = "Waila"
author = "RappyTV"
description = "Adds Widgets, which display what block and fluid you're looking at."
minecraftVersion = "1.12<1.20.4"
version = System.getenv().getOrDefault("VERSION", "1.0.3")
minecraftVersion = "1.12<1.21"
version = System.getenv().getOrDefault("VERSION", "1.0.4")
}

minecraft {
Expand All @@ -36,7 +36,10 @@ labyMod {
"1.19.4",
"1.20.1",
"1.20.2",
"1.20.4"
"1.20.4",
"1.20.5",
"1.20.6",
"1.21"
) { version, provider ->
configureRun(provider, version)
}
Expand Down

0 comments on commit a303c57

Please sign in to comment.