diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 069a7fd..ea6d16e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "hudder", - "version": "3.0.0", + "version": "3.0.1", "name": "Hudder", "description": "Add a highly customizable hud to your game!", "authors": [ @@ -24,7 +24,7 @@ ], "depends": { "fabricloader": ">=0.15.0", - "minecraft": "~1.20.1", + "minecraft": "1.20.1", "java": ">=17", "fabric-api": "*" },