Skip to content

Commit da9c776

Browse files
committed
Release v2.5.0
1 parent 223c368 commit da9c776

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

library.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoIoTCloud
2-
version=2.4.1
2+
version=2.5.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=This library allows connecting to the Arduino IoT Cloud service.
@@ -9,4 +9,3 @@ url=https://github.com/arduino-libraries/ArduinoIoTCloud
99
architectures=mbed,samd,esp8266,mbed_nano,mbed_portenta,mbed_nicla,esp32,mbed_opta,mbed_giga,renesas_portenta,renesas_uno,mbed_edge,stm32
1010
includes=ArduinoIoTCloud.h
1111
depends=Arduino_ConnectionHandler,Arduino_DebugUtils,Arduino_SecureElement,ArduinoMqttClient,ArduinoECCX08,RTCZero,Adafruit SleepyDog Library,ArduinoHttpClient,Arduino_CloudUtils,ArduinoBearSSL
12-

src/AIoTC_Config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,6 @@
178178
#define AIOT_CONFIG_LASTVALUES_SYNC_MAX_RETRY_CNT (10UL)
179179
#endif
180180

181-
#define AIOT_CONFIG_LIB_VERSION "2.4.1"
181+
#define AIOT_CONFIG_LIB_VERSION "2.5.0"
182182

183183
#endif /* ARDUINO_AIOTC_CONFIG_H_ */

0 commit comments

Comments
 (0)