Skip to content

Commit 9c6d5d7

Browse files
authored
Release v1.8.0
1 parent 5393437 commit 9c6d5d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

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

src/AIoTC_Config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,6 @@
162162
#define AIOT_CONFIG_RP2040_OTA_HTTP_HEADER_RECEIVE_TIMEOUT_ms (10*1000UL)
163163
#define AIOT_CONFIG_RP2040_OTA_HTTP_DATA_RECEIVE_TIMEOUT_ms (4*60*1000UL)
164164

165-
#define AIOT_CONFIG_LIB_VERSION "1.7.0"
165+
#define AIOT_CONFIG_LIB_VERSION "1.8.0"
166166

167167
#endif /* ARDUINO_AIOTC_CONFIG_H_ */

0 commit comments

Comments
 (0)