From 0b030bb2a8a9d68b127bb6b375c685622d96a887 Mon Sep 17 00:00:00 2001 From: anth64 Date: Sun, 21 Jun 2026 12:32:19 +0200 Subject: [PATCH] chore(modinfo): bump to 1.0.0 --- CommandHook/modinfo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CommandHook/modinfo.json b/CommandHook/modinfo.json index 1f3db02..3e06df7 100644 --- a/CommandHook/modinfo.json +++ b/CommandHook/modinfo.json @@ -2,11 +2,11 @@ "type": "code", "modid": "commandhook", "name": "CommandHook", - "description": "Exposes server command events for other mods to hook into.", + "description": "Adds before/after hooks for chat commands, for other mods to use.", "authors": [ "anth64" ], - "version": "0.1.0", + "version": "1.0.0", "side": "Server", "dependencies": { "game": "1.22.3"