From 13a44635c874a22044411b959fd3d09ca936f101 Mon Sep 17 00:00:00 2001 From: Eligarf Date: Sat, 14 Sep 2024 08:06:46 -0700 Subject: [PATCH] 4.0 compatibility --- ChangeLog.md | 3 +++ module.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 4650abb..dbbf6ff 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,6 @@ +# v4.8.0 +* dnd5e: compatible with 3.x and 4.x + # v4.7.0 * dnd5e: CPR is now an option to be a source for Stealthy's active effects if your version of CPR has the `getSidebarEffectsData` function, which is only available in 12.21 beta and beyond AFAIK. Stealthy will ignore CPR if the function isn't there. diff --git a/module.json b/module.json index c25c2bc..acb7894 100644 --- a/module.json +++ b/module.json @@ -28,7 +28,7 @@ "id": "dnd5e", "type": "system", "compatibility": { - "verified": "3.3" + "verified": "4.0" } }, {