[JSON-RPC] bump version to 6.13.1
authorJonathan Marshall <jmarshall@xbmc.org>
Sat, 4 Jan 2014 01:44:28 +0000 (14:44 +1300)
committerJonathan Marshall <jmarshall@xbmc.org>
Sat, 4 Jan 2014 01:44:28 +0000 (14:44 +1300)
addons/xbmc.json/addon.xml
xbmc/interfaces/json-rpc/ServiceDescription.h

index a1088af..c8606a9 100644 (file)
@@ -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"/>
index 59d7708..03a01f1 100644 (file)
@@ -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[] = {