From a1c59845a7d50e0fe6d731f2410a0e098a43274b Mon Sep 17 00:00:00 2001 From: Saif Addin Date: Fri, 26 Mar 2021 18:43:18 +0100 Subject: [PATCH] Ready for update --- CHANGELOG.md | 3 +++ module.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1459c..a767276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 0.4.1 +* Bugfix: Integrated dependencies as a fallback for missing ColorSettings module + ### 0.4.0 * Enhancement: Scene Navigation allows options to hover and preview the scene thumbnail (enabled by default) * Enhancement: Scene Navigation allows three possible size options (default small) diff --git a/module.json b/module.json index fa95eb7..9fb5c30 100644 --- a/module.json +++ b/module.json @@ -3,7 +3,7 @@ "title": "Minimal UI", "author": "JeansenVaars#2857", "description": "Minimal UI reduces size of Foundry interface and allows hiding or collapsing specific parts.", - "version": "0.4.0", + "version": "0.4.1", "minimumCoreVersion": "0.7.9", "compatibleCoreVersion": "0.7.9", "esmodules": [ "lib/colorsettings/colorSetting.js" ],