diff --git a/CHANGELOG.md b/CHANGELOG.md index a6848b0..732442a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.3.19 + +Updates to dark themes, courtesy of @Vesselchuck. + # 1.3.18 Changes to familiar sheets, courtesy of @Vesselchuck. Add setting for increasing the size of the chat box. diff --git a/module.json b/module.json index f30759a..ed41257 100644 --- a/module.json +++ b/module.json @@ -4,12 +4,12 @@ "description": "Overhauls the Foundry UI and several modules.", "url": "https://github.com/Dorako/pf2e-dorako-ui", "author": "Dorako", - "version": "1.3.18", + "version": "1.3.19", "minimumCoreVersion": "9", "compatibleCoreVersion": "9", "system": ["pf2e"], "scripts": ["scripts/dorako-ui.js"], "templates": ["templates/*"], - "download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.3.18.zip", + "download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.3.19.zip", "manifest": "https://github.com/Dorako/pf2e-dorako-ui/raw/main/module.json" }