From eba433cc0594a75575f24e1767e3456af15e61ff Mon Sep 17 00:00:00 2001 From: trotFunky Date: Tue, 10 Jun 2025 23:04:34 +0100 Subject: [PATCH] module: Update verified compatibility The module has been tested with newer releases of the system and socketlib, so add them to the verified verisons. --- README.md | 2 +- module.json | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f63a1d1..b9dbd08 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The Mill's Fabula - v0.3.2 +# The Mill's Fabula - v0.3.3 This little [FoundryVTT](https://foundryvtt.com/) module is a collection of compendiums and functionalities to power our Fabula Ultima campaigns. diff --git a/module.json b/module.json index 6ee5515..9531077 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "the-mills-fabula", "title": "Fabula Moletrina", "description": "A module implementing our idiosyncratic ideas for the Mill's campaigns.", - "version": "0.3.2", + "version": "0.3.3", "compatibility": { "minimum": "12", "verified": "12", @@ -28,7 +28,8 @@ "compatibility": { "verified": [ "2.4.10", - "3.0.2" + "3.0.2", + "3.1.7" ] } } @@ -38,7 +39,10 @@ "id": "socketlib", "type": "module", "compatibility": { - "verified": "1.1.2" + "verified": [ + "1.1.2", + "1.1.3" + ] } } ] @@ -82,5 +86,5 @@ "readme": "README.md", "url": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/src/branch/release", "manifest": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/raw/branch/release/module.json", - "download": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/archive/v0.3.2.zip" + "download": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/archive/v0.3.3.zip" }