Skip to content

Commit

Permalink
Release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Jun 19, 2024
1 parent de5fbb5 commit 8b6ff40
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=2.0.2
version=2.0.3
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 @@ -158,6 +158,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 "2.0.2"
#define AIOT_CONFIG_LIB_VERSION "2.0.3"

#endif /* ARDUINO_AIOTC_CONFIG_H_ */

0 comments on commit 8b6ff40

Please sign in to comment.