From fdcb845a4a9ac8c42db8b5e1a865bf15fd34c9a5 Mon Sep 17 00:00:00 2001 From: FlorianMichael <60033407+FlorianMichael@users.noreply.github.com> Date: Wed, 24 Apr 2024 08:39:05 +0200 Subject: [PATCH] Update version references --- README.md | 2 +- viafabric-mc1204/src/main/resources/fabric.mod.json | 2 +- viafabric-mc1205/src/main/resources/fabric.mod.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e6b9b19..5953ab2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Allows the connection to/from different Minecraft versions on your Minecraft client/server (LAN worlds too) -This mod can be installed on 1.8.9, 1.12.2, 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.4, 1.20.4, 1.20.5 with Fabric Loader. +This mod can be installed on 1.8.9, 1.12.2, 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.4, 1.20.1, 1.20.4, 1.20.5 with Fabric Loader. ## Dependencies diff --git a/viafabric-mc1204/src/main/resources/fabric.mod.json b/viafabric-mc1204/src/main/resources/fabric.mod.json index 0be3811..ed379e2 100644 --- a/viafabric-mc1204/src/main/resources/fabric.mod.json +++ b/viafabric-mc1204/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "viafabric-mc1204", - "name": "ViaFabric for 1.20", + "name": "ViaFabric for 1.20.4", "version": "${version}", "description": "${description}", "license": "GPL-3.0", diff --git a/viafabric-mc1205/src/main/resources/fabric.mod.json b/viafabric-mc1205/src/main/resources/fabric.mod.json index 002b384..d5f739d 100644 --- a/viafabric-mc1205/src/main/resources/fabric.mod.json +++ b/viafabric-mc1205/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "viafabric-mc1205", - "name": "ViaFabric for 1.20", + "name": "ViaFabric for 1.20.5", "version": "${version}", "description": "${description}", "license": "GPL-3.0",