From 89d3c92c86ecfef63868ac8d8e161e4fe4543001 Mon Sep 17 00:00:00 2001 From: Mattia Pennasilico Date: Mon, 6 Mar 2023 09:09:14 +0100 Subject: [PATCH] Release v1.11.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 26369e2d..5204938c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoIoTCloud -version=1.10.0 +version=1.11.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 02194f5d..41abcb7d 100644 --- a/src/AIoTC_Config.h +++ b/src/AIoTC_Config.h @@ -167,6 +167,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 "1.10.0" +#define AIOT_CONFIG_LIB_VERSION "1.11.0" #endif /* ARDUINO_AIOTC_CONFIG_H_ */