Skip to content

Commit

Permalink
Release v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam authored May 15, 2023
1 parent 530fd9f commit dc80f9e
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.0
version=1.11.1
author=Arduino
maintainer=Arduino <[email protected]>
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 @@ -167,6 +167,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.0"
#define AIOT_CONFIG_LIB_VERSION "1.11.1"

#endif /* ARDUINO_AIOTC_CONFIG_H_ */

0 comments on commit dc80f9e

Please sign in to comment.