Skip to content

Commit 393009a

Browse files
committed
Release v1.0.4
2 parents 857e60b + 53be3a6 commit 393009a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/actions_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
COMMS_TAG: v5.3
12-
CC_MQTT5_TAG: v3.0
12+
CC_MQTT5_TAG: v3.0.1
1313
WIN_BOOST_VERSION: "1.87.0"
1414
WIN_BOOST_DIR: "C:/local/boost_1_87_0"
1515

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 3U
29+
#define CC_MQTT5_CLIENT_PATCH_VERSION 4U
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, 0) <= CC_MQTT5_VERSION,
23+
static_assert(COMMS_MAKE_VERSION(3, 0, 1) <= 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)