Skip to content

Commit

Permalink
Add correct version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerd ophof committed Jan 13, 2017
1 parent 7132be2 commit 7cad551
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
provider-name="Sjoerd Ophof">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.requests"
optional="false"/>
<import addon="script.module.singledispatch"
optional="false"/>
<import addon="script.module.futures"
optional="false"/>
<import addon="script.module.requests" version="2.9.1"/>
<import addon="script.module.singledispatch" version="3.4.0.3"/>
<import addon="script.module.futures" version="2.2.0"/>
</requires>
<extension point="xbmc.python.module"
library="lib"/>
Expand Down

0 comments on commit 7cad551

Please sign in to comment.