Skip to content

Commit 8d0c756

Browse files
committed
Release v1.0.3
2 parents 62b3487 + 4bf54cb commit 8d0c756

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/actions_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88
- '**'
99

1010
env:
11-
COMMS_TAG: v5.3
12-
CC_TOOLS_QT_TAG: v6.0.1
13-
CC_MQTTSN_GENERATED_TAG: v3.0.2
14-
CC_MQTTSN_LIBS_TAG: v2.0.9
11+
COMMS_TAG: v5.4.2
12+
CC_TOOLS_QT_TAG: v6.0.2
13+
CC_MQTTSN_GENERATED_TAG: v3.0.3
14+
CC_MQTTSN_LIBS_TAG: v2.0.10
1515

1616
jobs:
1717

src/MqttsnClientFilter.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
#include <memory>
3333
#include <string>
3434

35-
static_assert(CC_MQTTSN_CLIENT_MAKE_VERSION(2, 0, 9) <= CC_MQTTSN_CLIENT_VERSION, "The version of the cc_mqttsn_client library is too old");
36-
static_assert(CC_TOOLS_QT_MAKE_VERSION(6, 0, 1) <= CC_TOOLS_QT_VERSION, "The version of the cc_tools_qt library is too old");
35+
static_assert(CC_MQTTSN_CLIENT_MAKE_VERSION(2, 0, 10) <= CC_MQTTSN_CLIENT_VERSION, "The version of the cc_mqttsn_client library is too old");
36+
static_assert(CC_TOOLS_QT_MAKE_VERSION(6, 0, 2) <= CC_TOOLS_QT_VERSION, "The version of the cc_tools_qt library is too old");
3737

3838
namespace cc_plugin_mqttsn_client_filter
3939
{

src/cc_plugin_mqttsn_client_filter.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@
3636
" { \"mqtt.qos\": 1 } - Alias to \"mqttsn.qos\".\n",
3737
" { \"mqtt.retained\": true } - Alias to \"mqttsn.retained\".\n"
3838
],
39-
"type" : "filter"
39+
"type" : "filter",
40+
"version" : "v1.0.3"
4041
}

0 commit comments

Comments
 (0)