Skip to content

Commit f4e9233

Browse files
authored
Merge pull request #28 from ivankravets/patch-3
Fix broken manifest
2 parents a22c9bf + a713784 commit f4e9233

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

library.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "CmdMessenger",
33
"keywords": "protocol, message, communication, serial",
44
"description": "A serial messaging library for the Arduino and .NET/Mono platform. ",
5-
"version", "4.1.0",
5+
"version": "4.1.0",
66
"authors":
77
[
88
{
@@ -30,7 +30,8 @@
3030
"frameworks": "arduino"
3131
}
3232
],
33-
"frameworks": "arduino"
33+
"frameworks": "arduino",
34+
"platforms": "*"
3435
}
3536

3637

0 commit comments

Comments
 (0)