diff --git a/hardware/BBB/README.md b/hardware/BBB/README.md index e6c93002..fea49ac5 100644 --- a/hardware/BBB/README.md +++ b/hardware/BBB/README.md @@ -15,6 +15,8 @@ Run the following command in the root directory of your Node-RED install npm install node-red-node-beaglebone +v0.4 now also supports OctaBoneScript if installed. + Usage ----- diff --git a/hardware/BBB/package.json b/hardware/BBB/package.json index 56a63e2a..88ffcbb8 100644 --- a/hardware/BBB/package.json +++ b/hardware/BBB/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-beaglebone", - "version" : "0.0.3", + "version" : "0.0.4", "description" : "A set of Node-RED nodes to interface to the GPIO pins of a Beaglebone Black board", "dependencies" : { },