Prep v1.0.0 release
This commit is contained in:
parent
50ecd27c92
commit
5479cf7198
1 changed files with 10 additions and 5 deletions
15
system.json
15
system.json
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue