From 63fb728269ddb65ca06000c5dec81e6eb4a1170d Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sun, 14 Dec 2014 13:38:52 +0100 Subject: [PATCH] bump version --- server/jsonrpc/jsonrpcserver.cpp | 2 +- tests/auto/api.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/jsonrpc/jsonrpcserver.cpp b/server/jsonrpc/jsonrpcserver.cpp index dc146d44..f700db25 100644 --- a/server/jsonrpc/jsonrpcserver.cpp +++ b/server/jsonrpc/jsonrpcserver.cpp @@ -42,7 +42,7 @@ #include #include -#define JSON_PROTOCOL_VERSION 7 +#define JSON_PROTOCOL_VERSION 8 JsonRPCServer::JsonRPCServer(QObject *parent): JsonHandler(parent), diff --git a/tests/auto/api.json b/tests/auto/api.json index 28eaab28..96c9a0c1 100644 --- a/tests/auto/api.json +++ b/tests/auto/api.json @@ -1,4 +1,4 @@ -7 +8 { "methods": { "Actions.ExecuteAction": { @@ -147,7 +147,7 @@ } }, "Devices.GetStateValues": { - "description": "Get all the state values of the give device.", + "description": "Get all the state values of the given device.", "params": { "deviceId": "Uuid" },