Skip to content

Commit c1a78e5

Browse files
authored
Merge pull request #60 from arduino-libraries/ver_0_4_0
ver: 0.4.0
2 parents 675b8ad + 8e4831e commit c1a78e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"maintainer": true
1515
}
1616
],
17-
"version": "0.3.0",
17+
"version": "0.4.0",
1818
"license": "MPL2.0",
1919
"frameworks": "arduino",
20-
"platforms": "*",
20+
"platforms": "zephyr",
2121
"dependencies":
2222
{
2323
"name": "arduino-libraries/Arduino_RPClite"

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=Arduino_RouterBridge
2-
version=0.3.0
2+
version=0.4.0
33
author=Arduino
44
maintainer=Arduino
55
sentence=A RPC bridge for Arduino UNO Q boards
66
paragraph=This library provides a simple RPC bridge for Arduino UNO Q boards, allowing communication between the board and other devices using MsgPack serialization.
77
category=Communication
88
url=https://github.com/arduino-libraries/Arduino_RouterBridge
9-
architectures=*
9+
architectures=zephyr
1010
depends=Arduino_RPClite

0 commit comments

Comments
 (0)