From 95ff8c85401a7963f3c3046df79af97a85456fa7 Mon Sep 17 00:00:00 2001 From: "Brint E. Kriebel" Date: Fri, 26 Nov 2021 12:16:17 -0800 Subject: [PATCH] version: 0.6.4 --- CHANGELOG.md | 5 +++++ module.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3fd611..1fbbee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v0.6.4 + +- Fix a missing file during the github build process that preventing the A/V settings page from + opening + # v0.6.3 - Update to support FVTT version 9.231 diff --git a/module.json b/module.json index 3a2bbdf..535cb69 100644 --- a/module.json +++ b/module.json @@ -18,7 +18,7 @@ "url": "https://github.com/luvolondon" } ], - "version": "0.6.3", + "version": "0.6.4", "minimumCoreVersion": "0.7.2", "compatibleCoreVersion": "9.231", "manifestPlusVersion": "1.2.0",