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",
|
"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"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue