From 702834a6ec4abffcd9b4b66e70c6f799b1fea324 Mon Sep 17 00:00:00 2001 From: Abbanon <37251822+Abbanon@users.noreply.github.com> Date: Sun, 17 Jan 2021 05:57:38 -0500 Subject: [PATCH] Update fabric.mod.json --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 03969d0..157aab3 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "command-gui-buttons", - "version": "${version}", + "version": "1.0.1", "name": "Command GUI Buttons", "description": "Create GUI buttons in-game to execute commands.",