From 99d87c189a1b4f6424f8ef5c312826d99b3a497e Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Fri, 19 Dec 2025 09:08:38 +0300 Subject: [PATCH] Fix min HumHub version --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index 3654748..aa2ea4a 100644 --- a/module.json +++ b/module.json @@ -16,6 +16,6 @@ ], "version": "1.2.1", "humhub": { - "minVersion": "1.18-beta.6" + "minVersion": "1.18.0-beta.6" } }