From c28ca7a8fce086d38b1d3d7e36ab433cd4644bfd Mon Sep 17 00:00:00 2001 From: pennam Date: Mon, 16 Dec 2024 09:30:35 +0100 Subject: [PATCH] Release v2.2.0 --- library.properties | 2 +- src/AIoTC_Config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index fd97626c..8834b942 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoIoTCloud -version=2.1.2 +version=2.2.0 author=Arduino maintainer=Arduino sentence=This library allows connecting to the Arduino IoT Cloud service. diff --git a/src/AIoTC_Config.h b/src/AIoTC_Config.h index b3be3848..06c70683 100644 --- a/src/AIoTC_Config.h +++ b/src/AIoTC_Config.h @@ -178,6 +178,6 @@ #define AIOT_CONFIG_LASTVALUES_SYNC_MAX_RETRY_CNT (10UL) #endif -#define AIOT_CONFIG_LIB_VERSION "2.1.2" +#define AIOT_CONFIG_LIB_VERSION "2.2.0" #endif /* ARDUINO_AIOTC_CONFIG_H_ */