Skip to content

Commit b75050f

Browse files
1.4.1
1 parent f6ed70b commit b75050f

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
@@ -33,7 +33,7 @@ plugins {
3333
signing
3434
}
3535

36-
version = "1.4.0"
36+
version = "1.4.1"
3737
group = "gg.skytils"
3838

3939
repositories {

src/main/java/gg/skytils/skytilsmod/Reference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class Reference {
2222
public static String dataUrl = "https://data.skytils.gg/";
2323
public static final String MOD_ID = "skytils";
2424
public static final String MOD_NAME = "Skytils";
25-
public static final String VERSION = "1.4.0";
25+
public static final String VERSION = "1.4.1";
2626

2727
public static final int apiVersion = 1;
2828
}

0 commit comments

Comments
 (0)