From fa760384c2de0291fb3bf9182b421db0403c9aa6 Mon Sep 17 00:00:00 2001 From: Wrycu Date: Sun, 8 Oct 2023 14:00:48 -0700 Subject: [PATCH] fix(module): update Foundry verified version #171 --- module.json | 2 +- release-notes.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/module.json b/module.json index e250ef8..1cc0e51 100644 --- a/module.json +++ b/module.json @@ -26,7 +26,7 @@ "version": "2.0.4", "compatibility": { "minimum": 10, - "verified": "10.291" + "verified": "10" }, "relationships": { "systems": [ diff --git a/release-notes.md b/release-notes.md index e23d753..7ef7ead 100644 --- a/release-notes.md +++ b/release-notes.md @@ -3,6 +3,7 @@ - Add Brazilian translation (thanks `neour#4842`!) - FIX: Correct Melee animation looking squished ([#102](https://github.com/wrycu/StarWarsFFG-Enhancements/issues/102)) (thanks `tim-bersau` for reporting and `SourTarte` for providing a fix!) - IMPROVEMENT: Combat actors can now have custom images set ([#168](https://github.com/wrycu/StarWarsFFG-Enhancements/issues/168)) +- FIX: Now verified against all v10 ([#171](https://github.com/wrycu/StarWarsFFG-Enhancements/issues/171)) `2.0.3` - 2023-03-01