From 258a1c812c57be28ff721ded90dae87c6b36a673 Mon Sep 17 00:00:00 2001 From: mnoreke Date: Sun, 17 Dec 2023 20:34:37 +0100 Subject: [PATCH 1/2] Updated version config. --- module.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index b3c0755..7ba78e4 100644 --- a/module.json +++ b/module.json @@ -16,10 +16,11 @@ "discord": "Cattegy#7436" } ], - "version": "3.0.0", - "minimumCoreVersion": "11.0", - "compatibleCoreVersion": "11.315", - "esmodules": ["scripts/index.js"], + "compatibility": { + "minimum": "11", + "verified": "11" + }, + "esmodules": [ "scripts/index.js" ], "url": "https://github.com/mnoreke/all-goblins-have-names", "readme": "README.md", "license": "LICENSE", From 09bc5e955346b9bbebca4632b5e5204234dbacf2 Mon Sep 17 00:00:00 2001 From: mnoreke Date: Sun, 17 Dec 2023 20:36:04 +0100 Subject: [PATCH 2/2] Fix for version missing --- module.json | 1 + 1 file changed, 1 insertion(+) diff --git a/module.json b/module.json index 7ba78e4..88884a6 100644 --- a/module.json +++ b/module.json @@ -16,6 +16,7 @@ "discord": "Cattegy#7436" } ], + "version": "3.0.0", "compatibility": { "minimum": "11", "verified": "11"