File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/github/kasuminova/novaeng/client/util Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
1212
1313// Project properties
1414group = " github.kasuminova.novaeng"
15- version = " 1.23.0 "
15+ version = " 1.23.1 "
1616
1717// Set the toolchain version to decouple the Java we run Gradle with from the Java used to compile and run the mod
1818java {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class TitleUtils {
1313 /**
1414 * 喜欢我硬编码吗.jpg
1515 */
16- public static final String DEFAULT_TITLE = "Nova Engineering: World 1.19.0 by Hikari_Nova | Core Ver: " + NovaEngineeringCore .VERSION ;
16+ public static final String DEFAULT_TITLE = "Nova Engineering: World 1.19.1 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 ;
You can’t perform that action at this time.
0 commit comments