Update version, and mcef version

This commit is contained in:
oxmc
2025-03-29 03:36:41 -04:00
parent 7d9cb31b25
commit 229cecd575
3 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
version = "1.12.2-1.4"
version = "1.12.2-1.5"
group = "net.montoyo.wd" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "webdisplays-legacy"

Binary file not shown.

View File

@@ -60,7 +60,7 @@ import java.util.UUID;
@Mod(modid = "webdisplays", version = WebDisplays.MOD_VERSION, dependencies = "required-after:mcef@[1.0,3.0);after:opencomputers;after:computercraft;")
public class WebDisplays {
public static final String MOD_VERSION = "1.4";
public static final String MOD_VERSION = "1.5";
@Mod.Instance(owner = "webdisplays")
public static WebDisplays INSTANCE;