Skip to content

Commit 6e7a10d

Browse files
committed
Release 0.4.1 and updated readme
1 parent cbd6155 commit 6e7a10d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
# ArduinoIoTCloud
2+
3+
This library allows to connect to the Arduino IoT Cloud service. It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks.
4+
The supported boards are MKRGSM, MKR1000 and WiFi101.
5+
6+

library.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=ArduinoIoTCloud
2-
version=0.4.0
2+
version=0.4.1
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=Arduino IoT Cloud
6-
paragraph=
5+
sentence=This library allows to connect to the Arduino IoT Cloud service.
6+
paragraph=It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.
77
category=Communication
8-
url=
8+
url=https://github.com/arduino-libraries/ArduinoIoTCloud
99
architectures=samd
1010
includes=ArduinoIoTCloud.h

0 commit comments

Comments
 (0)