module: Update verified compatibility

The module has been tested with newer releases of the
system and socketlib, so add them to the verified verisons.
This commit is contained in:
trotFunky 2025-06-10 23:04:34 +01:00
parent b1bde69a7d
commit e5809f4e15
2 changed files with 9 additions and 5 deletions

View file

@ -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.

View file

@ -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"
}