Skip to content

Commit

Permalink
version: Update to v0.5.3
Browse files Browse the repository at this point in the history
Update CHANGELOG
Update module.json
  • Loading branch information
bekriebel committed Mar 28, 2021
1 parent 621b75e commit db25c82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.5.3
* Update Spanish translation (thanks to José E. Lozano!)
* Fix some changelog typos
* Improve breakout room setting storage
* Update compatibility to FVTT v0.8.1

# v0.5.2
* Render the player list after setting a user to active
* Add an option under Module Settings to reset the Jitsi Room ID
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"title": "Jitsi WebRTC client",
"description": "Use Jitsi to handle A/V. Connect to jitsi.org or self-hosted server.",
"author": "Luvolondon, bekit",
"version": "0.5.2",
"version": "0.5.3",
"styles": [],
"packs": [],
"socket": true,
"url": "https://github.com/luvolondon/fvtt-module-jitsiwebrtc",
"manifest": "https://github.com/luvolondon/fvtt-module-jitsiwebrtc/releases/latest/download/module.json",
"download": "https://github.com/luvolondon/fvtt-module-jitsiwebrtc/releases/latest/download/fvtt-module-jitsiwebrtc.zip",
"minimumCoreVersion": "0.7.2",
"compatibleCoreVersion": "0.8.0",
"compatibleCoreVersion": "0.8.1",
"scripts": ["scripts/jitsirtc.js"],
"languages": [
{
Expand Down

0 comments on commit db25c82

Please sign in to comment.