From cb2dbef7d5bfb221f168e63d77a25cd86c37e1cc Mon Sep 17 00:00:00 2001 From: Chris Bradford Date: Thu, 27 May 2021 22:29:43 -0500 Subject: [PATCH] Version 1.0.4 --- CHANGELOG.md | 4 ++++ src/module.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be83094..bc8d5a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.0.4 + +* Add support for 0.8.x + # 1.0.3 * Don't override settings when importing compendium scenes. diff --git a/src/module.json b/src/module.json index e8f988f..9d62af7 100644 --- a/src/module.json +++ b/src/module.json @@ -2,7 +2,7 @@ "name": "scene-defaults", "title": "Scene Defaults", "description": "Lets gamemasters change the default settings that are used when creating a new scene.", - "version": "1.0.3", + "version": "1.0.4", "author": "iceman76", "minimumCoreVersion": "0.6.6", "compatibleCoreVersion": "0.8.5",