From 4c31a4a8cee160d89f9d5fba341f3bbdf38b36ed Mon Sep 17 00:00:00 2001 From: anth64 Date: Sun, 26 Jul 2026 11:39:02 +0200 Subject: [PATCH] chore: bump game dependency to 1.22.5, version to 2.1.1 --- CommandHook/modinfo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CommandHook/modinfo.json b/CommandHook/modinfo.json index 322736d..6b3f8c6 100644 --- a/CommandHook/modinfo.json +++ b/CommandHook/modinfo.json @@ -6,9 +6,9 @@ "authors": [ "anth64" ], - "version": "2.1.0", + "version": "2.1.1", "side": "Server", "dependencies": { - "game": "1.22.3" + "game": "1.22.5" } }