From cb4989ef056a955c8ec89dbcf9f1a9c012c3bbde Mon Sep 17 00:00:00 2001 From: "Brint E. Kriebel" Date: Mon, 6 Dec 2021 12:19:28 -0800 Subject: [PATCH] version: 0.6.5 --- CHANGELOG.md | 6 ++++++ module.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fbbee4..981237f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.6.5 + +- Add warning to README about Jitsi's 5 user limit and the module entering maintenance mode. Suggest users upgrade to the newer [LiveKit AVClient](https://foundryvtt.com/packages/avclient-livekit) module +- Updated Spanish translations and fixed English string thanks to José E. Lozano +- Update FVTT compatibility to v9 + # v0.6.4 - Fix a missing file during the github build process that preventing the A/V settings page from diff --git a/module.json b/module.json index 535cb69..c14e14a 100644 --- a/module.json +++ b/module.json @@ -18,9 +18,9 @@ "url": "https://github.com/luvolondon" } ], - "version": "0.6.4", + "version": "0.6.5", "minimumCoreVersion": "0.7.2", - "compatibleCoreVersion": "9.231", + "compatibleCoreVersion": "9", "manifestPlusVersion": "1.2.0", "esmodules": ["src/jitsirtc.js"], "styles": ["css/jitsirtc.css"],