From 4deb9110a417207cbda437be2fe333e269214c12 Mon Sep 17 00:00:00 2001 From: Craig Earl Date: Wed, 26 Oct 2022 17:49:55 +0100 Subject: [PATCH] Updated module.json --- module.json | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/module.json b/module.json index b425bcf..eef6523 100644 --- a/module.json +++ b/module.json @@ -1,15 +1,24 @@ { - "name": "custom-nameplates", + "id": "custom-nameplates", "title": "Custom Nameplates", "description": "Configure the size, font, and colour of token nameplates", - "author": "Erceron", - "version": "2.1.0", - "minimumCoreVersion": "9", - "compatibleCoreVersion":"9", + "authors": [ + { + "name": "Erceron", + "url": "https://github.com/earlSt1", + "discord": "Erceron#0370" + } + ], + "version": "2.1.1", + "compatibility": { + "minimum": 10, + "verified": "10.288", + "maximum": 10 + }, "esmodules": [ "./custom-nameplates.js" ], "url": "https://github.com/earlSt1/vtt-custom-nameplates", - "manifest": "https://raw.githubusercontent.com/earlSt1/vtt-custom-nameplates/09x-update/module.json", - "download": "https://github.com/earlSt1/vtt-custom-nameplates/releases/download/2.1.0/2.1.0.zip" + "manifest": "https://raw.githubusercontent.com/earlSt1/vtt-custom-nameplates/10x-update/module.json", + "download": "https://github.com/earlSt1/vtt-custom-nameplates/releases/download/2.1.1/2.1.1.zip" }