From bd62d0766285491b904444ac0f9f1da5ed63d721 Mon Sep 17 00:00:00 2001 From: Mezryss Date: Sat, 24 Jun 2023 23:34:40 -0700 Subject: [PATCH] Manifest & Changelog --- CHANGELOG.md | 2 ++ system.json | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e36866a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,2 @@ +### v1.0 +- Initial release! Have fun! diff --git a/system.json b/system.json index 3461201..c4005a5 100644 --- a/system.json +++ b/system.json @@ -40,5 +40,11 @@ "./Dreams-and-Machines.css" ] } - } + }, + "url": "https://github.com/Mezryss/FVTT-Dreams-And-Machines", + "bugs": "https://github.com/Mezryss/FVTT-Dreams-And-Machines/issues", + "changelog": "https://github.com/Mezryss/FVTT-Dreams-And-Machines/blob/main/CHANGELOG.md", + "license": "https://github.com/Mezryss/FVTT-Dreams-And-Machines/blob/main/LICENSE", + "manifest": "https://github.com/Mezryss/FVTT-Dreams-And-Machines/releases/latest/download/manifest.json", + "download": "https://github.com/Mezryss/FVTT-Dreams-And-Machines/releases/latest/download/dreams-and-machines.zip" }