diff --git a/library.properties b/library.properties index ac33baf6..fd97626c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoIoTCloud -version=2.1.1 +version=2.1.2 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 0649c74a..b3be3848 100644 --- a/src/AIoTC_Config.h +++ b/src/AIoTC_Config.h @@ -178,6 +178,6 @@ #define AIOT_CONFIG_LASTVALUES_SYNC_MAX_RETRY_CNT (10UL) #endif -#define AIOT_CONFIG_LIB_VERSION "2.1.1" +#define AIOT_CONFIG_LIB_VERSION "2.1.2" #endif /* ARDUINO_AIOTC_CONFIG_H_ */