updated version

This commit is contained in:
2025-05-16 06:08:44 -05:00
parent fcc8ad5c55
commit e536e24d6b

View File

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