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" ],