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",
"title": "Text-Based Actors",
"description": "",
"version": "0.0.0",
"download": "",
"manifest": "",
"url": "",
"version": "1.0.0",
"download": "https://github.com/Oliver-Akins/Text-Actors-Foundry/releases/latest/download/dotdungeon.zip",
"manifest": "https://github.com/Oliver-Akins/Text-Actors-Foundry/releases/latest/download/system.json",
"url": "https://github.com/Oliver-Akins/Text-Actors-Foundry",
"compatibility": {
"minimum": 12,
"verified": 12,
"maximum": 12
},
"authors": [],
"authors": [
{
"name": "Oliver Akins",
"url": "https://oliver.akins.me"
}
],
"esmodules": [
"src/main.mjs"
],