From c844318836686ad4f3c25dbb11423fb4a83c35b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Sun, 11 Jun 2023 13:20:11 +0200 Subject: [PATCH] Update module.json to reflect v11 compatiblility --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 70ff044..211ad9e 100644 --- a/module.json +++ b/module.json @@ -4,8 +4,8 @@ "description": "When dragging a token displays a ruler showing how far you've moved that token.", "version": "1.13.4", "compatibility": { - "minimum": "10", - "verified": "10" + "minimum": "11", + "verified": "11" }, "authors": [ { @@ -86,4 +86,4 @@ "changelog": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/CHANGELOG.md", "bugs": "https://github.com/manuelVo/foundryvtt-drag-ruler/issues", "allowBugReporter": true -} +} \ No newline at end of file