Skip to content

Commit

Permalink
Merge pull request #673 from anxdpanic/nexus
Browse files Browse the repository at this point in the history
v3.0.0
  • Loading branch information
anxdpanic authored Feb 25, 2023
2 parents 1d7bacd + 1377734 commit 6c63335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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="2.6.2" name="Twitch" provider-name="anxdpanic, A Talented Community">
<addon id="plugin.video.twitch" version="3.0.0" 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="2.0.20"/>
<import addon="script.module.python.twitch" version="3.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="resources/lib/addon_runner.py">
<provides>video</provides>
Expand Down

0 comments on commit 6c63335

Please sign in to comment.