From b531ab0e100fd0cbe3be2bcb07427298a58d340c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Bj=C3=B6rklund?= Date: Tue, 13 Sep 2022 19:18:37 +0200 Subject: [PATCH] Fix to module.josn manifest field --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 161e67d..91b0fe0 100644 --- a/module.json +++ b/module.json @@ -11,7 +11,7 @@ ], "compatibility": { "minimum": 10, - "verified": "10.276", + "verified": "10.285", "maximum": 10 }, "minimumCoreVersion": 10, @@ -27,6 +27,6 @@ } ], "url": "https://github.com/WBHarry/join-combat", - "update": "https://github.com/WBHarry/join-combat/releases/latest/download/module.json", + "manifest": "https://github.com/WBHarry/join-combat/releases/latest/download/module.json", "download": "https://github.com/WBHarry/join-combat/releases/latest/download/module.zip" } \ No newline at end of file