Skip to content

Commit dfe579a

Browse files
committed
released 0.12.1
1 parent c73c57c commit dfe579a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# SkyHanni - Change Log
22

3+
## Version 0.12.1
4+
5+
### Fixes
6+
+ Fixed a crash when checking if the hotkey is pressed.
7+
38
## Version 0.12
49

510
### Diana

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.12"
13+
version = "0.12.1"
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
@@ -61,7 +61,7 @@
6161
public class SkyHanniMod {
6262

6363
public static final String MODID = "skyhanni";
64-
public static final String VERSION = "0.12";
64+
public static final String VERSION = "0.12.1";
6565

6666
public static Features feature;
6767

0 commit comments

Comments
 (0)