Skip to content

Commit

Permalink
Release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam authored Nov 7, 2022
1 parent 5393437 commit 9c6d5d7
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.7.0
version=1.8.0
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 @@ -162,6 +162,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.7.0"
#define AIOT_CONFIG_LIB_VERSION "1.8.0"

#endif /* ARDUINO_AIOTC_CONFIG_H_ */

0 comments on commit 9c6d5d7

Please sign in to comment.