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 c73c57c commit dfe579aCopy full SHA for dfe579a
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# SkyHanni - Change Log
2
3
+## Version 0.12.1
4
+
5
+### Fixes
6
++ Fixed a crash when checking if the hotkey is pressed.
7
8
## Version 0.12
9
10
### Diana
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
}
11
12
group = "at.hannibal2.skyhanni"
13
-version = "0.12"
+version = "0.12.1"
14
15
// Toolchains:
16
java {
src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
@@ -61,7 +61,7 @@
61
public class SkyHanniMod {
62
63
public static final String MODID = "skyhanni";
64
- public static final String VERSION = "0.12";
+ public static final String VERSION = "0.12.1";
65
66
public static Features feature;
67
0 commit comments