Skip to content

Commit b6d640f

Browse files
committed
Release v1.0.6
2 parents eeef8e6 + 6f74194 commit b6d640f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/actions_build.yml

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

1010
env:
11-
COMMS_TAG: v5.3
12-
CC_MQTT5_TAG: v3.0.2
11+
COMMS_TAG: v5.4.2
12+
CC_MQTT5_TAG: v3.0.3
1313
WIN_BOOST_VERSION: "1.87.0"
1414
WIN_BOOST_DIR: "C:/local/boost_1_87_0"
1515
WIN_OPENSSL_VERSION: "3.4.1"

client/lib/include/cc_mqtt5_client/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extern "C" {
2626

2727
/// @brief Patch level of the library
2828
/// @ingroup global
29-
#define CC_MQTT5_CLIENT_PATCH_VERSION 5U
29+
#define CC_MQTT5_CLIENT_PATCH_VERSION 6U
3030

3131
/// @brief Macro to create numeric version as single unsigned number
3232
/// @ingroup global

client/lib/src/ProtocolDefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#include <cstdint>
2222

23-
static_assert(COMMS_MAKE_VERSION(3, 0, 2) <= CC_MQTT5_VERSION,
23+
static_assert(COMMS_MAKE_VERSION(3, 0, 3) <= CC_MQTT5_VERSION,
2424
"The version of the cc_mqtt5 library is too low.");
2525

2626
namespace cc_mqtt5_client

0 commit comments

Comments
 (0)