Skip to content

Commit

Permalink
version: Update to v0.3.1
Browse files Browse the repository at this point in the history
Update README
Update module.json
  • Loading branch information
bekriebel committed Aug 18, 2020
1 parent fad465e commit 19c9151
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ Major refactor of the code to better align with FoundryVTT expectations. This sh
* Allow the audio output device to be changed.
* Switch back to the non-beta Jitsi Meet server by default. The beta server is not as well maintained. If you would like to continue using the beta server, it can be configured as a custom server.

v0.3.1
Switch back to the `beta.meet.jit.si` server as the default. It seems some people have issues connecting to the production server. [Jitsi Comunity thread](https://community.jitsi.org/t/connection-failed-using-lib-jitsi-meet/20774) on the issue.

# License
This Foundry VTT module, written by Luvolondon, is licensed under a Creative Commons Attribution 4.0 International License.

4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0",
"version": "0.3.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.3.0.zip",
"download": "https://github.com/luvolondon/fvtt-module-jitsiwebrtc/archive/v0.3.1.zip",
"minimumCoreVersion": "0.5.5",
"compatibleCoreVersion": "0.7.1",
"scripts": ["jitsirtc.js", "lib-jitsi-meet.min.js"]
Expand Down

0 comments on commit 19c9151

Please sign in to comment.