From 3caf92ffc34519db460799bb6be8b62bea99ffc7 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Fri, 8 May 2020 13:52:01 +0100 Subject: [PATCH] fic link in pibrella readme to close #652 --- hardware/Pibrella/README.md | 2 +- hardware/Pibrella/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/Pibrella/README.md b/hardware/Pibrella/README.md index 112b0bde..8a83fcc6 100644 --- a/hardware/Pibrella/README.md +++ b/hardware/Pibrella/README.md @@ -1,6 +1,6 @@ node-red-node-pibrella ====================== -A Node-RED node to control a Pibrella add-on board for a Raspberry-Pi. +A Node-RED node to control a Pibrella add-on board for a Raspberry-Pi. Install ------- diff --git a/hardware/Pibrella/package.json b/hardware/Pibrella/package.json index c50d24fd..a38806d5 100644 --- a/hardware/Pibrella/package.json +++ b/hardware/Pibrella/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-pibrella", - "version" : "0.0.14", + "version" : "0.0.15", "description" : "A Node-RED node to read from and write to a Pibrella Raspberry Pi add-on board", "dependencies" : { },