From 8d2b6b7e95c24dd208339c2fe9844d6a36316fba Mon Sep 17 00:00:00 2001 From: Taylor Reid Date: Sun, 10 Sep 2023 13:56:52 -0700 Subject: [PATCH] update manifest --- module.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index 1cfa2c5..4721620 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.1", + "version": "0.11.2", "minimumCoreVersion": "0.7.2", "compatibleCoreVersion": "11", "compatibility": { "minimum": "0.7.2", - "verified": "11.306" + "verified": "11.308" }, "author": "trdischat", "authors": [{ @@ -23,7 +23,7 @@ "type": "system", "manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json", "compatibility": { - "verified": "2.2.2" + "verified": "2.3.1" } }] }, @@ -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.1/module.zip" + "download": "https://github.com/trdischat/grouproll/releases/download/0.11.2/module.zip" }