diff options
author | montellese <montellese@xbmc.org> | 2014-02-02 23:30:10 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2014-02-02 23:30:10 +0100 |
commit | a326aeda774f1a54de4a9860c268c7047cc07a9e (patch) | |
tree | 46cf3b067bcf2503c174f2c1365d81423e9309a4 | |
parent | 0751e9e2b0818f7fbca99cfb85377cc9275f867a (diff) |
jsonrpc: bump API version to 6.13.4
-rw-r--r-- | addons/xbmc.json/addon.xml | 2 | ||||
-rw-r--r-- | xbmc/interfaces/json-rpc/ServiceDescription.h | 2 |
2 files changed, 2 insertions, 2 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"/> diff --git a/xbmc/interfaces/json-rpc/ServiceDescription.h b/xbmc/interfaces/json-rpc/ServiceDescription.h index 3dbc8660f6..0f599aaba9 100644 --- a/xbmc/interfaces/json-rpc/ServiceDescription.h +++ b/xbmc/interfaces/json-rpc/ServiceDescription.h @@ -22,7 +22,7 @@ namespace JSONRPC { const char* const JSONRPC_SERVICE_ID = "http://xbmc.org/jsonrpc/ServiceDescription.json"; - const char* const JSONRPC_SERVICE_VERSION = "6.13.3"; + const char* const JSONRPC_SERVICE_VERSION = "6.13.4"; const char* const JSONRPC_SERVICE_DESCRIPTION = "JSON-RPC API of XBMC"; const char* const JSONRPC_SERVICE_TYPES[] = { |