Skip to content

Commit 173b1ac

Browse files
committed
released 0.9
1 parent 39a95c8 commit 173b1ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SkyHanni - Change Log
22

3-
## Version 0.8.1
3+
## Version 0.9 - Chat + Dungeon
44

55
### Chat
66
+ 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).

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "at.hannibal2.skyhanni"
13-
version = "0.8.1"
13+
version = "0.9"
1414

1515
// Toolchains:
1616
java {

src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
public class SkyHanniMod {
5656

5757
public static final String MODID = "skyhanni";
58-
public static final String VERSION = "0.8.1";
58+
public static final String VERSION = "0.9";
5959

6060
public static Features feature;
6161

0 commit comments

Comments
 (0)