Skip to content

Commit

Permalink
Version 0.26 Beta 12
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Jun 17, 2024
1 parent c6e3e87 commit ef0e880
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -16,7 +16,7 @@ plugins {
}

group = "at.hannibal2.skyhanni"
version = "0.26.Beta.11"
version = "0.26.Beta.12"

val gitHash by lazy {
val baos = ByteArrayOutputStream()
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@
+ Fixed visual words import from SBE with special characters. - HiZe (https://github.com/hannibal002/SkyHanni/pull/2085)
+ Fixed waypoint text being hidden when more than 80 blocks away. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2103)
+ Fixed durations displaying with milliseconds. - Empa (https://github.com/hannibal002/SkyHanni/pull/2095)
+ Fixed getting security error when download from GitHub. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/2111)

### Technical Details

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
version = "0.26.Beta.11",
version = "0.26.Beta.12",
)
class SkyHanniMod {

Expand Down

0 comments on commit ef0e880

Please sign in to comment.