From 91735c424bdae50e7a6860a308cd3451fa31a5b6 Mon Sep 17 00:00:00 2001 From: Phireh Date: Tue, 31 Dec 2024 15:01:04 +0100 Subject: [PATCH] Add missing comma in JSON --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index 439b198..ef4a3cc 100644 --- a/module.json +++ b/module.json @@ -9,7 +9,7 @@ ], "version": "1.0.0", "compatibility": { - "minimum": "12" + "minimum": "12", "verified": "12" } }