Skip to content

Commit

Permalink
Change version to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Jul 8, 2023
1 parent e39eb96 commit 4639917
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 @@ -20,7 +20,7 @@ labyMod {
displayName = "Toolbreak Warning"
author = "RappyTV"
description = "Stops you from using your currently used tool when its almost destroyed."
version = System.getenv().getOrDefault("VERSION", "1.2.0")
version = System.getenv().getOrDefault("VERSION", "1.2.1")
}

minecraft {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
### Installation
1. Press `Win` + `R`
2. Paste this into the window that popped up: `%appdata%/.minecraft/LabyMod-neo/addons` and press enter (This path may change when lm4 gets released)
3. It should open your Labymod addon directory; Paste the [Toolbreak_Warning.jar](https://github.com/RappyLabyAddons/Toolbreak-Warning/releases/download/v1.2.0/Toolbreak_Warning.jar) in there.
3. It should open your Labymod addon directory; Paste the [Toolbreak_Warning.jar](https://github.com/RappyLabyAddons/Toolbreak-Warning/releases/download/v1.2.1/Toolbreak_Warning.jar) in there.
4. Launch your Labymod client.

If you have any problems with the addon/have update ideas, feel free to
Expand Down

0 comments on commit 4639917

Please sign in to comment.