diff --git a/library.properties b/library.properties index 48a0e5b37..7011c0cc0 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoIoTCloud -version=1.13.0 +version=1.14.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 50a13bbd7..3238c0952 100644 --- a/src/AIoTC_Config.h +++ b/src/AIoTC_Config.h @@ -140,6 +140,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.13.0" +#define AIOT_CONFIG_LIB_VERSION "1.14.0" #endif /* ARDUINO_AIOTC_CONFIG_H_ */