Skip to content

Commit

Permalink
Version 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Dec 25, 2023
1 parent 6fd65cf commit 69b7a46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SkyHanni - Change Log

## Version 0.22 (Unreleased)
## Version 0.22

### New Features

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

group = "at.hannibal2.skyhanni"
version = "0.22.Beta.18"
version = "0.22"

val gitHash by lazy {
val baos = ByteArrayOutputStream()
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 @@ -362,7 +362,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
version = "0.22.Beta.18",
version = "0.22",
)
class SkyHanniMod {
@Mod.EventHandler
Expand Down

0 comments on commit 69b7a46

Please sign in to comment.