Bump version

This commit is contained in:
Johannes Zellner 2024-04-04 15:56:19 +02:00
parent 0bd51a6143
commit 942b937a8f
2 changed files with 8 additions and 2 deletions

View file

@ -305,3 +305,9 @@ Update web browsers support list:
* Fix invalid remote live state change notification that causes the player to reload
* Don't apply big play button skin to settings menu
* Fix downloading video files from object storage with some video names (that include emojis, quotes etc)
[2.15.2]
* Update PeerTube to 6.0.4
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v6.0.4)
* Important: Prevent XSS injection in embed. Thanks Syst3m0ver!

View file

@ -1,6 +1,6 @@
{
"version": "2.15.1",
"upstreamVersion": "6.0.3",
"version": "2.15.2",
"upstreamVersion": "6.0.4",
"id": "org.joinpeertube.cloudronapp",
"title": "PeerTube",
"author": "PeerTube developers",