Forgot to update the version to 1.42

This commit is contained in:
oxmc
2025-03-29 03:27:33 -04:00
parent c6a54a5939
commit 49146dc9be
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'
version = '1.12.2-1.41'
version = '1.12.2-1.42'
group = 'net.montoyo.mcef'
archivesBaseName = 'mcef-legacy'

View File

@@ -15,7 +15,7 @@ import java.util.List;
@Mod(modid = "mcef", name = "MCEF", version = MCEF.VERSION)
public class MCEF {
public static final String VERSION = "1.41";
public static final String VERSION = "1.42";
public static boolean ENABLE_EXAMPLE;
public static boolean SKIP_UPDATES;
public static boolean WARN_UPDATES;