From 8a199dc56b4dd408971a11078389709181e9199a Mon Sep 17 00:00:00 2001 From: ClementineAccount Date: Fri, 16 Jun 2023 11:46:26 +0800 Subject: [PATCH] Updates module.json to allow minium FoundryVTT version 10 --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 7a8ba82..8f7a47f 100644 --- a/module.json +++ b/module.json @@ -1,9 +1,9 @@ { "id": "simple-penalty-die", "title": "Simple Penalty Die for D&D5e", - "version": "0.2.0", + "version": "0.3.0", "compatibility": { - "minimum": "11", + "minimum": "10", "verified": "11" }, "description": "Adds an automated penalty die for rolls based off exhaustion rules.",