Skip to content

Commit

Permalink
released 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Sep 17, 2022
1 parent 39a95c8 commit 173b1ac
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.8.1
## Version 0.9 - Chat + Dungeon

### Chat
+ Added option to enable that clicking on a player name in chat opens the profile viewer of NotEnoughUpdates (to fix SkyHanni breaking the default NEU feature).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "at.hannibal2.skyhanni"
version = "0.8.1"
version = "0.9"

// Toolchains:
java {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
public class SkyHanniMod {

public static final String MODID = "skyhanni";
public static final String VERSION = "0.8.1";
public static final String VERSION = "0.9";

public static Features feature;

Expand Down

0 comments on commit 173b1ac

Please sign in to comment.