From d28d4c5c2a81ec11bb58fc0e18519a5d4a2f1609 Mon Sep 17 00:00:00 2001 From: Taylor Reid Date: Sat, 22 Jul 2023 16:07:07 -0700 Subject: [PATCH] update manifest --- module.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index ba4e2c5..1cfa2c5 100644 --- a/module.json +++ b/module.json @@ -3,12 +3,12 @@ "name": "grouproll", "title": "Group Roll Checks and Saves", "description": "This module rolls skill and ability checks for groups of tokens.", - "version": "0.11.0", + "version": "0.11.1", "minimumCoreVersion": "0.7.2", "compatibleCoreVersion": "11", "compatibility": { "minimum": "0.7.2", - "verified": "11.300" + "verified": "11.306" }, "author": "trdischat", "authors": [{ @@ -23,7 +23,7 @@ "type": "system", "manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json", "compatibility": { - "verified": "2.2.1" + "verified": "2.2.2" } }] }, @@ -36,5 +36,5 @@ }], "url": "https://github.com/trdischat/grouproll", "manifest": "https://github.com/trdischat/grouproll/releases/latest/download/module.json", - "download": "https://github.com/trdischat/grouproll/releases/download/0.11.0/module.zip" + "download": "https://github.com/trdischat/grouproll/releases/download/0.11.1/module.zip" }