From 7d4e9e063c47660f3cbf22cdf3cf51d0de875507 Mon Sep 17 00:00:00 2001 From: pennam Date: Mon, 16 Sep 2024 11:31:27 +0200 Subject: [PATCH] Release v2.1.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 ac24f20f..0cb50888 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoIoTCloud -version=2.0.4 +version=2.1.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 2412be10..89158013 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.0.4" +#define AIOT_CONFIG_LIB_VERSION "2.1.0" #endif /* ARDUINO_AIOTC_CONFIG_H_ */