diff options
author | joethefox <joethefox@gmail.com> | 2014-04-04 18:45:38 +0200 |
---|---|---|
committer | joethefox <joethefox@gmail.com> | 2014-04-05 18:49:10 +0200 |
commit | 1a45c2cef8986d2f491642907fc8af56b5af2595 (patch) | |
tree | aa887e528bf4a6f84f937b02df68bc0e1fa45070 /addons/xbmc.json | |
parent | 641cc12a09c2f8e6d09b7996b5b8a310f3d53b3b (diff) |
JSON-RPC: add "xbmc.subtitle.module" enum in the json-rpc Addon.Types service description. Bump API version to 6.14.3
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 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"/> |