From 55ad971584f766fa21bab6842fa5deb11bf2198d Mon Sep 17 00:00:00 2001 From: NatureHog <55314658+NatureHog@users.noreply.github.com> Date: Tue, 28 Sep 2021 23:19:59 +0200 Subject: [PATCH] Fix internal version Fix the internal Fabric version, so that tools like "Mod Manager" (an add-on for Mod Manager), which check for this version number for updates. --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 829db8d..1920744 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,7 +2,7 @@ "schemaVersion": 1, "id": "blur", "name": "Blur (Fabric)", - "version": "2.1.0", + "version": "2.3.0", "environment": "client", "license": "MIT", "icon": "assets/blur/icon.png", @@ -24,4 +24,4 @@ "mixins": [ "mixins.blur.json" ] -} \ No newline at end of file +}