Skip to content

Commit b4f5275

Browse files
authored
Release v1.12.1
1 parent ddb5b00 commit b4f5275

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoIoTCloud
2-
version=1.12.0
2+
version=1.12.1
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=This library allows connecting to the Arduino IoT Cloud service.

src/AIoTC_Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,6 @@
173173
#define AIOT_CONFIG_RP2040_OTA_HTTP_HEADER_RECEIVE_TIMEOUT_ms (10*1000UL)
174174
#define AIOT_CONFIG_RP2040_OTA_HTTP_DATA_RECEIVE_TIMEOUT_ms (4*60*1000UL)
175175

176-
#define AIOT_CONFIG_LIB_VERSION "1.12.0"
176+
#define AIOT_CONFIG_LIB_VERSION "1.12.1"
177177

178178
#endif /* ARDUINO_AIOTC_CONFIG_H_ */

0 commit comments

Comments
 (0)