From b4f527553aecf5a8eabf93b4a10ca0e081a51e49 Mon Sep 17 00:00:00 2001 From: Mattia Pennasilico Date: Mon, 11 Sep 2023 12:33:00 +0200 Subject: [PATCH] Release v1.12.1 --- library.properties | 2 +- src/AIoTC_Config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 5d78ac4e..19389967 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoIoTCloud -version=1.12.0 +version=1.12.1 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 6e65e1be..a3003133 100644 --- a/src/AIoTC_Config.h +++ b/src/AIoTC_Config.h @@ -173,6 +173,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.12.0" +#define AIOT_CONFIG_LIB_VERSION "1.12.1" #endif /* ARDUINO_AIOTC_CONFIG_H_ */