diff --git a/library.properties b/library.properties index 3664ce8c..f874be78 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoIoTCloud -version=1.15.1 +version=2.0.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 e889bbdd..2dd03e22 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 "1.15.1" +#define AIOT_CONFIG_LIB_VERSION "2.0.0" #endif /* ARDUINO_AIOTC_CONFIG_H_ */