diff --git a/library.properties b/library.properties index e15d45ab..02d484f8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoIoTCloud -version=1.7.0 +version=1.8.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 e92d9647..56c90697 100644 --- a/src/AIoTC_Config.h +++ b/src/AIoTC_Config.h @@ -162,6 +162,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.7.0" +#define AIOT_CONFIG_LIB_VERSION "1.8.0" #endif /* ARDUINO_AIOTC_CONFIG_H_ */