Skip to content

Commit

Permalink
Relase v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Jan 19, 2025
2 parents 3cfefdf + e766d36 commit baf3de2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
env:
COMMS_TAG: v5.3
CC_TOOLS_QT_TAG: v6.0
CC_MQTT311_GENERATED_TAG: v3.0
CC_MQTT311_LIBS_TAG: v1.0.3
CC_MQTT311_GENERATED_TAG: v3.0.1
CC_MQTT311_LIBS_TAG: v1.0.4

jobs:
build_gcc_ubuntu_22_04:
Expand Down
2 changes: 1 addition & 1 deletion src/Mqtt311ClientFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <memory>
#include <string>

static_assert(CC_MQTT311_CLIENT_MAKE_VERSION(1, 0, 3) <= CC_MQTT311_CLIENT_VERSION, "The version of the cc_mqtt311_client library is too old");
static_assert(CC_MQTT311_CLIENT_MAKE_VERSION(1, 0, 4) <= CC_MQTT311_CLIENT_VERSION, "The version of the cc_mqtt311_client library is too old");
static_assert(CC_TOOLS_QT_MAKE_VERSION(6, 0, 0) <= CC_TOOLS_QT_VERSION, "The version of the cc_tools_qt library is too old");

namespace cc_plugin_mqtt311_client_filter
Expand Down

0 comments on commit baf3de2

Please sign in to comment.