Skip to content

Commit

Permalink
Release v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam authored Jul 24, 2023
1 parent 5a95bc9 commit fdf04d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ArduinoIoTCloud
version=1.11.3
version=1.12.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=This library allows connecting to the Arduino IoT Cloud service.
Expand Down
2 changes: 1 addition & 1 deletion src/AIoTC_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@
#define AIOT_CONFIG_RP2040_OTA_HTTP_HEADER_RECEIVE_TIMEOUT_ms (10*1000UL)
#define AIOT_CONFIG_RP2040_OTA_HTTP_DATA_RECEIVE_TIMEOUT_ms (4*60*1000UL)

#define AIOT_CONFIG_LIB_VERSION "1.11.3"
#define AIOT_CONFIG_LIB_VERSION "1.12.0"

#endif /* ARDUINO_AIOTC_CONFIG_H_ */

0 comments on commit fdf04d4

Please sign in to comment.