From 8b6ff40997530f6ac490704d7bca6c6dc7eda1df Mon Sep 17 00:00:00 2001 From: pennam Date: Wed, 19 Jun 2024 09:28:12 +0200 Subject: [PATCH] Release v2.0.3 --- library.properties | 2 +- src/AIoTC_Config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 1d298252..c478c9ec 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoIoTCloud -version=2.0.2 +version=2.0.3 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 24effc7a..a3479318 100644 --- a/src/AIoTC_Config.h +++ b/src/AIoTC_Config.h @@ -158,6 +158,6 @@ #define AIOT_CONFIG_RP2040_OTA_HTTP_HEADER_RECEIVE_TIMEOUT_ms (10*1000UL) #define AIOT_CONFIG_RP2040_OTA_HTTP_DATA_RECEIVE_TIMEOUT_ms (4*60*1000UL) -#define AIOT_CONFIG_LIB_VERSION "2.0.2" +#define AIOT_CONFIG_LIB_VERSION "2.0.3" #endif /* ARDUINO_AIOTC_CONFIG_H_ */