Skip to content

Commit

Permalink
Merge pull request #48 from anxdpanic/pr_matrix
Browse files Browse the repository at this point in the history
v1.0.0
  • Loading branch information
anxdpanic authored Dec 4, 2020
2 parents 942955a + d6c2850 commit 37e2a46
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.tubed.api" name="Tubed API" version="1.0.0~beta3" provider-name="anxdpanic">
<addon id="script.module.tubed.api" name="Tubed API" version="1.0.0" provider-name="anxdpanic">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.12.4"/>
Expand All @@ -8,7 +8,7 @@
<extension point="xbmc.service" library="resources/lib/service.py"/>
<extension point="xbmc.addon.metadata">
<news>
Development in progress
- Initial release
</news>
<assets>
<icon>resources/media/icon.png</icon>
Expand All @@ -17,7 +17,6 @@ Development in progress
<platform>all</platform>
<license>GPL-2.0-only</license>
<source>https://github.com/anxdpanic/script.module.tubed.api</source>
<forum></forum>
<summary lang="en_GB">A module to access YouTube's Data API</summary>
<description lang="en_GB">The Tubed API module provides a convenient way to access YouTube's Data API in Kodi 19+</description>
</extension>
Expand Down

0 comments on commit 37e2a46

Please sign in to comment.