From 3851aef3303a2ca5c4cd929a170f95fb4ea735f9 Mon Sep 17 00:00:00 2001 From: Abbanon <37251822+Abbanon@users.noreply.github.com> Date: Sun, 17 Jan 2021 06:16:03 -0500 Subject: [PATCH] whoops, restored a line to its original value --- 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 157aab3..03969d0 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": "1.0.1", + "version": "${version}", "name": "Command GUI Buttons", "description": "Create GUI buttons in-game to execute commands.",