diff options
author | Trent Nelson <trent.a.b.nelson@gmail.com> | 2014-04-08 13:51:57 -0400 |
---|---|---|
committer | Trent Nelson <trent.a.b.nelson@gmail.com> | 2014-04-10 11:40:05 -0600 |
commit | 23e64958796f79bca1b81fd63c0d52f378a34d03 (patch) | |
tree | 52e638d306bfd4025b3cdb7b0867ecef4bb902cf /addons | |
parent | 8725b3ad8909913e44b4ea18ff7e8a23afa7f2d0 (diff) |
Merge pull request #4514 from joethefox/jsonrpc_subtitle_addontype
JSON-RPC: add "xbmc.subtitle.module" enum in the json-rpc Addon.Types se...
Diffstat (limited to 'addons')
-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 458f053144..afdf4e8049 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.14.2" provider-name="Team XBMC"> +<addon id="xbmc.json" version="6.14.3" provider-name="Team XBMC"> <backwards-compatibility abi="6.0.0"/> <requires> <import addon="xbmc.core" version="0.1.0"/> |