From 5f29fdac02d08f6cf715a6a88182a40cc9fe722e Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 17 Jul 2022 19:47:50 +0200 Subject: [PATCH] chore: declare maximum core version --- module.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/module.json b/module.json index 5b25083..73b4ca7 100644 --- a/module.json +++ b/module.json @@ -1,5 +1,6 @@ { "name": "darkness-dependent-vision", + "id": "darkness-dependent-vision", "title": "Darkness Dependent Vision", "description": "A module for Foundry Virtual Tabletop that provides functionality to make the dim and bright vision of tokens depend on the scene's darkness level.", "version": "0.3.6", @@ -12,6 +13,11 @@ ], "minimumCoreVersion": "9.236", "compatibleCoreVersion": "9", + "compatibility": { + "minimum": "9.236", + "verified": "9", + "maximum": "9" + }, "esmodules": ["darkness-dependent-vision.js"], "languages": [ {