Skip to content

Commit f365d1f

Browse files
committed
0.14
1 parent c8f9edb commit f365d1f

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.13.1
3+
## Version 0.14
44

55
### Features
66
+ Added /shtrackcollection <item> - This tracks the number of items you collect, but it does not work with sacks.

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.13.1"
13+
version = "0.14"
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
@@ -62,7 +62,7 @@
6262
public class SkyHanniMod {
6363

6464
public static final String MODID = "skyhanni";
65-
public static final String VERSION = "0.13.1";
65+
public static final String VERSION = "0.14";
6666

6767
public static Features feature;
6868

0 commit comments

Comments
 (0)