Skip to content

Commit c344c2a

Browse files
committed
更新版本号
1 parent d2194b0 commit c344c2a

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
@@ -12,7 +12,7 @@ plugins {
1212

1313
// Project properties
1414
group = "github.kasuminova.novaeng"
15-
version = "1.22.7"
15+
version = "1.23.0"
1616

1717
// Set the toolchain version to decouple the Java we run Gradle with from the Java used to compile and run the mod
1818
java {

src/main/java/github/kasuminova/novaeng/client/util/TitleUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class TitleUtils {
1313
/**
1414
* 喜欢我硬编码吗.jpg
1515
*/
16-
public static final String DEFAULT_TITLE = "Nova Engineering: World 1.18.2 by Hikari_Nova | Core Ver: " + NovaEngineeringCore.VERSION;
16+
public static final String DEFAULT_TITLE = "Nova Engineering: World 1.19.0 by Hikari_Nova | Core Ver: " + NovaEngineeringCore.VERSION;
1717
public static final String VANILLA_TITLE = "Minecraft 1.12.2";
1818

1919
public static String currentTitle = null;

0 commit comments

Comments
 (0)