Skip to content

Commit

Permalink
version: Update to v0.4.1
Browse files Browse the repository at this point in the history
Update README
Update module.json
  • Loading branch information
bekriebel committed Oct 28, 2020
1 parent 90edf1b commit d5a495d
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 @@ -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.
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.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"]
Expand Down

0 comments on commit d5a495d

Please sign in to comment.