From 0d62d5a10507089dadc37f0c39a637225837ca16 Mon Sep 17 00:00:00 2001 From: Dorako Date: Tue, 10 May 2022 23:49:13 +0200 Subject: [PATCH] v1.3.17 --- CHANGELOG.md | 4 ++++ module.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b866ea..a6977d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.3.17 + +New dark mode familiar sheets, courtesy of @Vesselchuck. + # 1.3.16 Update to dark mode, courtesy of @Vesselchuck. Made clickability of system buttons more obvious when hovered. diff --git a/module.json b/module.json index 76ee21a..b1e5fe0 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.16", + "version": "1.3.17", "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.16.zip", + "download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.3.17.zip", "manifest": "https://github.com/Dorako/pf2e-dorako-ui/raw/main/module.json" }