Skip to content

Commit

Permalink
Update addon.xml
Browse files Browse the repository at this point in the history
Version bump + news
  • Loading branch information
apo86 authored Sep 9, 2023
1 parent 8f088e5 commit d827906
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.twitch" version="3.0.1" name="Twitch" provider-name="anxdpanic, A Talented Community">
<addon id="plugin.video.twitch" version="3.0.2" name="Twitch" provider-name="anxdpanic, A Talented Community">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.requests" version="2.9.1"/>
<import addon="script.module.python.twitch" version="3.0.0"/>
<import addon="script.module.python.twitch" version="3.0.2"/>
</requires>
<extension point="xbmc.python.pluginsource" library="resources/lib/addon_runner.py">
<provides>video</provides>
Expand All @@ -15,7 +15,7 @@
<fanart>resources/media/fanart.jpg</fanart>
</assets>
<news>
[rem] toggle follow
[fix] Following Channels
[lang] updated translations from Weblate
</news>
<platform>all</platform>
Expand Down

0 comments on commit d827906

Please sign in to comment.