Skip to content

Commit

Permalink
Merge pull request #154 from anxdpanic/dev
Browse files Browse the repository at this point in the history
0.5.29
  • Loading branch information
anxdpanic authored Oct 19, 2023
2 parents 3195e1d + 740086e commit 210dbb1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
5 changes: 3 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.xbmc.versioncheck" name="Version Check" version="0.5.28" provider-name="Team Kodi">
<addon id="service.xbmc.versioncheck" name="Version Check" version="0.5.29" provider-name="Team Kodi">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
</requires>
<extension point="xbmc.service" library="resources/lib/runner.py"/>
<extension point="xbmc.addon.metadata">
<news>
- add Kodi 20.1 release
- add Kodi 20.2 release
- add Kodi 21.0 Beta 1 release
- Update translations from Weblate
</news>
<assets>
Expand Down
18 changes: 18 additions & 0 deletions resources/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
"jsonrpc": "2.0",
"releases": {
"stable": [
{
"major": "20",
"minor": "2",
"tag": "stable",
"tagversion":"",
"revision": "20230629-5f418d0b13",
"extrainfo": "final",
"addon_support": "yes"
},
{
"major": "20",
"minor": "1",
Expand Down Expand Up @@ -618,6 +627,15 @@
}
],
"beta": [
{
"major": "21",
"minor": "0",
"tag": "beta",
"tagversion":"1",
"revision": "20231018-64d1844655",
"extrainfo": "beta1",
"addon_support": "yes"
},
{
"major": "19",
"minor": "0",
Expand Down

0 comments on commit 210dbb1

Please sign in to comment.