Skip to content

Commit

Permalink
Set versionString to *, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Jun 17, 2024
1 parent 506ba54 commit 9a265da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ labyMod {
displayName = "Toolbreak Warning"
author = "RappyTV"
description = "Stops you from using your currently used tool when its almost destroyed."
minecraftVersion = "1.8<1.20.4"
version = System.getenv().getOrDefault("VERSION", "1.4.0")
minecraftVersion = "*"
version = System.getenv().getOrDefault("VERSION", "1.4.1")
}

minecraft {
Expand Down

0 comments on commit 9a265da

Please sign in to comment.