diff --git a/README.md b/README.md index 28af78e..61e5cf3 100644 --- a/README.md +++ b/README.md @@ -90,5 +90,8 @@ v0.4.0 * Update lib-jitsi-meet to latest library version * This is a major refactor of the code base and may still contain bugs. Please submit issues that are found. +v0.4.1 +* Update lib-jitsi-meet to latest version from beta.meet.jit.si. This will hopefully resolve some of the connection issues. + # License This Foundry VTT module, written by Luvolondon, is licensed under a Creative Commons Attribution 4.0 International License. diff --git a/module.json b/module.json index 00bc592..e9097f0 100644 --- a/module.json +++ b/module.json @@ -3,12 +3,12 @@ "title": "Jitsi WebRTC client", "description": "Use Jitsi to handle A/V. Connect to jitsi.org or self-hosted server.", "author": "Luvolondon, bekit", - "version": "0.4.0", + "version": "0.4.1", "styles": [], "packs": [], "url": "https://github.com/luvolondon/fvtt-module-jitsiwebrtc", "manifest": "https://raw.githubusercontent.com/luvolondon/fvtt-module-jitsiwebrtc/master/module.json", - "download": "https://github.com/luvolondon/fvtt-module-jitsiwebrtc/archive/v0.4.0.zip", + "download": "https://github.com/luvolondon/fvtt-module-jitsiwebrtc/archive/v0.4.1.zip", "minimumCoreVersion": "0.5.5", "compatibleCoreVersion": "0.7.5", "scripts": ["jitsirtc.js", "jitsirtc-legacy.js", "lib-jitsi-meet.min.js"]