From 30261ab54c21bfb37457b1b5c253955b3348a0c8 Mon Sep 17 00:00:00 2001 From: FlorianMichael Date: Thu, 2 Jan 2025 22:23:42 +0100 Subject: [PATCH] [ci skip] Require release version in sub modules --- api-legacy/src/main/resources/fabric.mod.json | 2 +- api/src/main/resources/fabric.mod.json | 2 +- gradle.properties | 2 +- visuals/src/main/resources/fabric.mod.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api-legacy/src/main/resources/fabric.mod.json b/api-legacy/src/main/resources/fabric.mod.json index 0d8994cf..2d2a20df 100644 --- a/api-legacy/src/main/resources/fabric.mod.json +++ b/api-legacy/src/main/resources/fabric.mod.json @@ -38,7 +38,7 @@ "license": "GPL-v3", "environment": "client", "depends": { - "viafabricplus": ">=4.0.0-SNAPSHOT" + "viafabricplus": ">=4.0.0" }, "custom": { "modmenu": { diff --git a/api/src/main/resources/fabric.mod.json b/api/src/main/resources/fabric.mod.json index d4cf434d..72a041e6 100644 --- a/api/src/main/resources/fabric.mod.json +++ b/api/src/main/resources/fabric.mod.json @@ -38,7 +38,7 @@ "license": "GPL-v3", "environment": "client", "depends": { - "viafabricplus": ">=4.0.0-SNAPSHOT" + "viafabricplus": ">=4.0.0" }, "custom": { "modmenu": { diff --git a/gradle.properties b/gradle.properties index a24dff3f..8832dd72 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.parallel=true # Project Details maven_group=com.viaversion -maven_version=4.0.0 +maven_version=4.0.1-SNAPSHOT maven_description=Fabric mod to connect to EVERY Minecraft server version (Release, Beta, Alpha, Classic, Snapshots, Bedrock) with QoL fixes to the gameplay # Minecraft/Fabric diff --git a/visuals/src/main/resources/fabric.mod.json b/visuals/src/main/resources/fabric.mod.json index 3b690df7..84e48dcd 100644 --- a/visuals/src/main/resources/fabric.mod.json +++ b/visuals/src/main/resources/fabric.mod.json @@ -47,7 +47,7 @@ ], "accessWidener": "viafabricplus-visuals.accesswidener", "depends": { - "viafabricplus": ">=4.0.0-SNAPSHOT" + "viafabricplus": ">=4.0.0" }, "custom": { "modmenu": {