diff options
author | jmarshallnz <jcmarsha@gmail.com> | 2014-02-02 14:47:49 -0800 |
---|---|---|
committer | jmarshallnz <jcmarsha@gmail.com> | 2014-02-02 14:47:49 -0800 |
commit | 848b0c3e28561eb2aa7b3ba48b4c79c191536144 (patch) | |
tree | 65fd24db2c77fcd99faed311d04d1b3dbdca2241 /addons | |
parent | a95c9160c6e604a48a80863a07614d14bb9828d3 (diff) | |
parent | a326aeda774f1a54de4a9860c268c7047cc07a9e (diff) |
Merge pull request #4136 from Montellese/jsonrpc_introspect_fixes
JSON-RPC: two API fixes
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 c8606a9f85..7018c68fd0 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.13.1" provider-name="Team XBMC"> +<addon id="xbmc.json" version="6.13.4" provider-name="Team XBMC"> <backwards-compatibility abi="6.0.0"/> <requires> <import addon="xbmc.core" version="0.1.0"/> |