From e50d09e325de9fe263aa60bc538694998517df2f Mon Sep 17 00:00:00 2001 From: luvolondon Date: Sun, 7 Jun 2020 08:13:36 +0200 Subject: [PATCH] Update module.json --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index fcf5e6a..81d7913 100644 --- a/module.json +++ b/module.json @@ -3,13 +3,13 @@ "title": "Jitsi WebRTC client", "description": "Use Jitsi to handle A/V. Connect to jitsi.org or self-hosted server.", "author": "Luvolondon", - "version": "0.2.24", + "version": "0.2.25", "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.2.24.zip", + "download": "https://github.com/luvolondon/fvtt-module-jitsiwebrtc/archive/v0.2.25.zip", "minimumCoreVersion": "0.5.5", - "compatibleCoreVersion": "0.6.0", + "compatibleCoreVersion": "0.6.2", "scripts": ["jitsirtc.js","lib-jitsi-meet.min.js"] }