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 b720a85 commit c46b5ee
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 @@ -16,8 +16,8 @@ labyMod {
displayName = "Head Owner"
author = "RappyTV"
description = "Shows the owner or head type of the head you're looking at"
minecraftVersion = "1.8<1.20.2"
version = System.getenv().getOrDefault("VERSION", "1.0.3")
minecraftVersion = "1.8<1.20.3"
version = System.getenv().getOrDefault("VERSION", "1.0.4")
}

minecraft {
Expand All @@ -31,7 +31,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 c46b5ee

Please sign in to comment.