Skip to content

Commit

Permalink
1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicity188 committed Nov 20, 2024
1 parent 63860dc commit c6e43aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ allprojects {
apply(plugin = "org.jetbrains.dokka")

group = "kr.toxicity.hud"
version = "1.9.1" + (System.getenv("BUILD_NUMBER")?.let { ".DEV-$it" } ?: "")
version = "1.9.2" + (System.getenv("BUILD_NUMBER")?.let { ".DEV-$it" } ?: "")

repositories {
mavenCentral()
Expand Down
12 changes: 12 additions & 0 deletions changelog/1.9.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# BetterHud 1.9.2

## Notice
- This is a hotfix version of 1.9.1

## Fix
- Placeholder bug fix (Fabric)
- Clean jar (Fabric)
- Now legacy fabric mod is remained in another branch (fabric/version)

## Add
- Add a max thread limit message for Linux

0 comments on commit c6e43aa

Please sign in to comment.