Version bump - v7.0.5+beta.4

This commit is contained in:
MoojMidge 2024-04-02 14:53:11 +11:00
parent 8364a412d6
commit 587b08825c
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.youtube" name="YouTube" version="7.0.5+beta.3" provider-name="anxdpanic, bromix, MoojMidge">
<addon id="plugin.video.youtube" name="YouTube" version="7.0.5+beta.4" provider-name="anxdpanic, bromix, MoojMidge">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.27.1"/>

View file

@ -1,3 +1,7 @@
## v7.0.5+beta.4
### Fixed
- Fix typo that caused android player requests to fail
## v7.0.5+beta.3
### Fixed
- Fix error message when rating video #666