Skip to content

Commit 22129fe

Browse files
committed
released 0.4
1 parent d7b3358 commit 22129fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3"
13+
version = "0.4"
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
@@ -49,7 +49,7 @@
4949
public class SkyHanniMod {
5050

5151
public static final String MODID = "skyhanni";
52-
public static final String VERSION = "0.3";
52+
public static final String VERSION = "0.4";
5353

5454
public static Features feature;
5555
private File configFile;

0 commit comments

Comments
 (0)