updataed minimum core versions

This commit is contained in:
2025-05-16 06:11:50 -05:00
parent e536e24d6b
commit f3d9c18028

View File

@@ -2,12 +2,12 @@
"name": "shadowdarklings-importer",
"title": "Shadowdarklings.net Importer",
"description": "Import JSON characters and items from shadowdarklings.net into Foundry VTT.",
"version": "1.0.1",
"version": "1.0.2",
"author": "Booga",
"minimumCoreVersion": "10",
"compatibleCoreVersion": "11",
"minimumCoreVersion": "11",
"compatibleCoreVersion": "12",
"esmodules": ["shadowdarklings-importer.js"],
"systems": ["shadowdark"],
"manifest": "https://g.kht.dev/kyle/shadowdark-importer/module.json",
"download": "https://g.kht.dev/kyle/shadowdark-importer/archive/v1.0.1.zip"
"download": "https://g.kht.dev/kyle/shadowdark-importer/archive/v1.0.2.zip"
}