diff --git a/module.json b/module.json index 1d4252c..72716cd 100644 --- a/module.json +++ b/module.json @@ -3,13 +3,13 @@ "title": "Custom Nameplates", "description": "Configure the size, font, and colour of token nameplates", "author": "Erceron", - "version": "2.0.2", + "version": "2.0.3", "minimumCoreVersion": "0.8.2", - "compatibleCoreVersion":"0.8.2", + "compatibleCoreVersion":"0.8.8", "esmodules": [ "./custom-nameplates.js" ], "url": "https://github.com/earlSt1/vtt-custom-nameplates", "manifest": "https://raw.githubusercontent.com/earlSt1/vtt-custom-nameplates/08x-update/module.json", - "download": "https://github.com/earlSt1/vtt-custom-nameplates/releases/download/2.0.2/2.0.2.zip" + "download": "https://github.com/earlSt1/vtt-custom-nameplates/releases/download/2.0.3/2.0.3.zip" }