bump json version

This commit is contained in:
Michael Zanetti 2017-07-11 00:04:54 +02:00
parent f223da3467
commit c0cb9ac2e7
2 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@ GUH_VERSION_STRING=$$system('dpkg-parsechangelog | sed -n -e "s/^Version: //p"')
GUH_PLUGINS_PATH=/usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')/guh/plugins/
# define protocol versions
JSON_PROTOCOL_VERSION=47
JSON_PROTOCOL_VERSION=48
REST_API_VERSION=1
DEFINES += GUH_VERSION_STRING=\\\"$${GUH_VERSION_STRING}\\\" \

View File

@ -1,4 +1,4 @@
47
48
{
"methods": {
"Actions.ExecuteAction": {
@ -955,6 +955,9 @@
"$ref:EventType"
],
"id": "Uuid",
"interfaces": [
"String"
],
"name": "String",
"o:criticalStateTypeId": "Uuid",
"o:primaryActionTypeId": "Uuid",