aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorTrent Nelson <trent.a.b.nelson@gmail.com>2014-04-08 13:51:57 -0400
committerTrent Nelson <trent.a.b.nelson@gmail.com>2014-04-10 11:40:05 -0600
commit23e64958796f79bca1b81fd63c0d52f378a34d03 (patch)
tree52e638d306bfd4025b3cdb7b0867ecef4bb902cf /addons
parent8725b3ad8909913e44b4ea18ff7e8a23afa7f2d0 (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.xml2
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"/>