Prep v1.0.0 release

This commit is contained in:
Oliver-Akins 2024-08-30 18:06:49 -06:00
parent 50ecd27c92
commit 5479cf7198

View file

@ -2,16 +2,21 @@
"id": "taf", "id": "taf",
"title": "Text-Based Actors", "title": "Text-Based Actors",
"description": "", "description": "",
"version": "0.0.0", "version": "1.0.0",
"download": "", "download": "https://github.com/Oliver-Akins/Text-Actors-Foundry/releases/latest/download/dotdungeon.zip",
"manifest": "", "manifest": "https://github.com/Oliver-Akins/Text-Actors-Foundry/releases/latest/download/system.json",
"url": "", "url": "https://github.com/Oliver-Akins/Text-Actors-Foundry",
"compatibility": { "compatibility": {
"minimum": 12, "minimum": 12,
"verified": 12, "verified": 12,
"maximum": 12 "maximum": 12
}, },
"authors": [], "authors": [
{
"name": "Oliver Akins",
"url": "https://oliver.akins.me"
}
],
"esmodules": [ "esmodules": [
"src/main.mjs" "src/main.mjs"
], ],