We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5591857 commit 6ef7ad8Copy full SHA for 6ef7ad8
library.properties
@@ -1,5 +1,5 @@
1
name=ArduinoIoTCloud
2
-version=2.0.3
+version=2.0.4
3
author=Arduino
4
maintainer=Arduino <info@arduino.cc>
5
sentence=This library allows connecting to the Arduino IoT Cloud service.
src/AIoTC_Config.h
@@ -161,6 +161,6 @@
161
#define AIOT_CONFIG_LASTVALUES_SYNC_MAX_RETRY_CNT (10UL)
162
#endif
163
164
-#define AIOT_CONFIG_LIB_VERSION "2.0.3"
+#define AIOT_CONFIG_LIB_VERSION "2.0.4"
165
166
#endif /* ARDUINO_AIOTC_CONFIG_H_ */
0 commit comments