Skip to content

Commit

Permalink
Register 1.20.3, adapt version string, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Dec 6, 2023
1 parent fcd8703 commit e34e381
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 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.2"
version = System.getenv().getOrDefault("VERSION", "1.0.1")
minecraftVersion = "1.12<1.20.3"
version = System.getenv().getOrDefault("VERSION", "1.0.2")
}

minecraft {
Expand All @@ -35,7 +35,8 @@ labyMod {
"1.19.3",
"1.19.4",
"1.20.1",
"1.20.2"
"1.20.2",
"1.20.3"
) { version, provider ->
configureRun(provider, version)
}
Expand Down

0 comments on commit e34e381

Please sign in to comment.