From eea7145f15c05b2d636d4c7527422f564b6961c6 Mon Sep 17 00:00:00 2001 From: Dorako Date: Sun, 14 Aug 2022 14:16:15 +0200 Subject: [PATCH] 1.5.3 --- CHANGELOG.md | 4 ++++ module.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e95f927..d9c1d94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.5.3 + +Fixed style creeping into combat tracker. + # 1.5.2 Fixed close-button in Outlaws of Alkenstars premium module journals missing. diff --git a/module.json b/module.json index fa62771..f3c696f 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.5.2", + "version": "1.5.3", "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.5.2.zip", + "download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.5.3.zip", "manifest": "https://github.com/Dorako/pf2e-dorako-ui/raw/main/module.json" }