diff --git a/CHANGELOG.md b/CHANGELOG.md index dc5a249..fbab16e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.9.14.1 + +- (Fix) Whoops, that text shadow crept into messages as well, which made light theme messages looks very weird # 1.9.14 - (New) Glass background color is now user-configurable in settings diff --git a/module.json b/module.json index eebb48b..2f34407 100644 --- a/module.json +++ b/module.json @@ -12,7 +12,7 @@ "flags": {} } ], - "version": "1.9.14", + "version": "1.9.14.1", "compatibility": { "minimum": "10", "verified": "10" @@ -63,6 +63,6 @@ "modules/settings.js", "modules/dark-theme-hooks.js" ], - "download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.9.14.zip", + "download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.9.14.1.zip", "manifest": "https://github.com/Dorako/pf2e-dorako-ui/releases/latest/download/module.json" }