Skip to content

Commit

Permalink
Version 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Aug 19, 2024
1 parent 1d62dca commit d0b872b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SkyHanni - Change Log

## Version 0.26 (In Beta)
## Version 0.26

### New Features

Expand Down
2 changes: 1 addition & 1 deletion root.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

allprojects {
group = "at.hannibal2.skyhanni"
version = "0.26.Beta.25"
version = "0.26"
}

preprocess {
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.25",
version = "0.26",
)
class SkyHanniMod {

Expand Down

0 comments on commit d0b872b

Please sign in to comment.