diff options
author | montellese <montellese@xbmc.org> | 2013-10-29 16:35:39 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2013-11-03 11:17:05 +0100 |
commit | 0f5d486e56e154f0bc627db3dfda390da242b65e (patch) | |
tree | 7dbda0378044ac2cda7802c575aa1cfe84d96b9d /addons/xbmc.json | |
parent | f471af0cc1ee4f250faa5acf06b549e65188c29f (diff) |
jsonrpc: add VideoLibrary.SetSeasonDetails
Diffstat (limited to 'addons/xbmc.json')
-rw-r--r-- | addons/xbmc.json/addon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/xbmc.json/addon.xml b/addons/xbmc.json/addon.xml index 23be013d59..7b46134a29 100644 --- a/addons/xbmc.json/addon.xml +++ b/addons/xbmc.json/addon.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<addon id="xbmc.json" version="6.8.0" provider-name="Team XBMC"> +<addon id="xbmc.json" version="6.10.0" provider-name="Team XBMC"> <backwards-compatibility abi="6.0.0"/> <requires> <import addon="xbmc.core" version="0.1.0"/> |