diff options
author | metaron <andrew@thomasinfletcher.com> | 2015-09-12 20:27:58 +0100 |
---|---|---|
committer | Ryan Gribble <ryan.gribble@gmail.com> | 2015-09-19 20:39:11 +1000 |
commit | b02f31cfb8761e1812e8055aa127812f9f47e0db (patch) | |
tree | afa8cee8fdf2077d51d4bbcd9af33b49a366c144 /addons/xbmc.pvr/addon.xml | |
parent | 699f4441f61432d752811ddb8adc4344f739098a (diff) |
[PVR] bump API version to 4.1.0
Non-breaking change (i.e. additions only)
Diffstat (limited to 'addons/xbmc.pvr/addon.xml')
-rw-r--r-- | addons/xbmc.pvr/addon.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/xbmc.pvr/addon.xml b/addons/xbmc.pvr/addon.xml index 1e065230a1..fc35d641c7 100644 --- a/addons/xbmc.pvr/addon.xml +++ b/addons/xbmc.pvr/addon.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<addon id="xbmc.pvr" version="4.0.0" provider-name="Team-Kodi"> - <backwards-compatibility abi="4.0.0"/> +<addon id="xbmc.pvr" version="4.1.0" provider-name="Team-Kodi"> + <backwards-compatibility abi="4.1.0"/> <requires> <import addon="xbmc.core" version="0.1.0"/> </requires> |