Skip to content

Commit 0d18c6a

Browse files
1.7.7
1 parent f4a139a commit 0d18c6a

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.7.6"
36+
version = "1.7.7"
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.7.6";
25+
public static final String VERSION = "1.7.7";
2626

2727
public static final int apiVersion = 4;
2828
}

0 commit comments

Comments
 (0)