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": {