Skip to content

Commit

Permalink
Update addon.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
finkleandeinhorn committed Jun 18, 2022
1 parent 3e8e6d8 commit bb1ef32
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.autocompletion" name="AutoCompletion library" version="1.1.2" provider-name="Philipp Temminghoff (phil65)">
<addon id="script.module.autocompletion" name="AutoCompletion library" version="2.0.5" provider-name="Philipp Temminghoff (phil65), bbaronSVK, finkleandeinhorn">
<requires>
<import addon="xbmc.python" version="2.24.0" />
<import addon="script.module.simplejson" version="3.3.0"/>
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.module.requests" version="2.9.1"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
Expand All @@ -12,5 +11,8 @@
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE Version 2.1, February 1999</license>
<source>https://github.com/phil65/script.module.autocompletion</source>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>

0 comments on commit bb1ef32

Please sign in to comment.