Skip to content

Commit 45d5672

Browse files
authored
Release v1.6.0
1 parent c75013f commit 45d5672

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoIoTCloud
2-
version=1.5.0
2+
version=1.6.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=This library allows to connect to the Arduino IoT Cloud service.

Diff for: src/AIoTC_Config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@
158158
#define AIOT_CONFIG_RP2040_OTA_HTTP_HEADER_RECEIVE_TIMEOUT_ms (10*1000UL)
159159
#define AIOT_CONFIG_RP2040_OTA_HTTP_DATA_RECEIVE_TIMEOUT_ms (4*60*1000UL)
160160

161-
#define AIOT_CONFIG_LIB_VERSION "1.5.0"
161+
#define AIOT_CONFIG_LIB_VERSION "1.6.0"
162162

163163
#endif /* ARDUINO_AIOTC_CONFIG_H_ */

0 commit comments

Comments
 (0)