Skip to content

Commit

Permalink
version: Update to v0.3.2
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 b6b00cc commit a284117
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,8 @@ Major refactor of the code to better align with FoundryVTT expectations. This sh
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.

v0.3.2
If no meeting room name is set, create a random name. Not having a name set was causing the module to not work on a freshly created world that never had the room name generated.

# 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.1",
"version": "0.3.2",
"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.1.zip",
"download": "https://github.com/luvolondon/fvtt-module-jitsiwebrtc/archive/v0.3.2.zip",
"minimumCoreVersion": "0.5.5",
"compatibleCoreVersion": "0.7.1",
"scripts": ["jitsirtc.js", "lib-jitsi-meet.min.js"]
Expand Down

0 comments on commit a284117

Please sign in to comment.