diff options
-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 a1088af09b..c8606a9f85 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.0" provider-name="Team XBMC"> +<addon id="xbmc.json" version="6.13.1" 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 59d770894c..03a01f1ff5 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.0"; + const char* const JSONRPC_SERVICE_VERSION = "6.13.1"; const char* const JSONRPC_SERVICE_DESCRIPTION = "JSON-RPC API of XBMC"; const char* const JSONRPC_SERVICE_TYPES[] = { |