We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ec0ab commit 494af92Copy full SHA for 494af92
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# SkyHanni - Change Log
2
3
-## Version 0.10.1
+## Version 0.11
4
5
### Slayer
6
+ Added toggle to ender slayer phase display
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
}
11
12
group = "at.hannibal2.skyhanni"
13
-version = "0.10.1"
+version = "0.11"
14
15
// Toolchains:
16
java {
src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
@@ -59,7 +59,7 @@
59
public class SkyHanniMod {
60
61
public static final String MODID = "skyhanni";
62
- public static final String VERSION = "0.10.1";
+ public static final String VERSION = "0.11";
63
64
public static Features feature;
65
0 commit comments