From 05a9c8ae018e135b97d7004b71d5251bde58d0d8 Mon Sep 17 00:00:00 2001 From: snap01 <43982555+snap01@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:54:23 +0000 Subject: [PATCH] 1.0.3 --- .github/CHANGELOG.md | 9 +++++++++ module.json | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 0575569..14742b4 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,3 +1,12 @@ +## Version 1.0.3 + +Updates for The Cthulhu by Gaslight Investigators Guide +- Setup +- Update occupations +- Update setup cash and assets table +- Update setup default skills +- Update skills + ## Version 1.0.2 Fix Fighting skills set to Firearms specialization diff --git a/module.json b/module.json index 9f70e56..01c6c47 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "id": "call-of-cthulhu-foundryvtt-investigator-wizard", "title": "Call of Cthulhu - FoundryVTT - Investigator Wizard", - "version": "1.0.2", + "version": "1.0.3", "compatibility": { "minimum": "11", "verified": "12" @@ -36,5 +36,5 @@ ], "url": "https://github.com/Miskatonic-Investigative-Society/call-of-cthulhu-foundryvtt-investigator-wizard", "manifest": "https://github.com/Miskatonic-Investigative-Society/call-of-cthulhu-foundryvtt-investigator-wizard/releases/latest/download/module.json", - "download": "https://github.com/Miskatonic-Investigative-Society/call-of-cthulhu-foundryvtt-investigator-wizard/releases/download/1.0.1/module.zip" -} \ No newline at end of file + "download": "https://github.com/Miskatonic-Investigative-Society/call-of-cthulhu-foundryvtt-investigator-wizard/releases/download/1.0.3/module.zip" +}