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" +}