From bf86f55dc3521915ec16b8969618fe20ef8ec31d Mon Sep 17 00:00:00 2001 From: Joel Krec Date: Fri, 23 Sep 2022 18:08:39 +0200 Subject: [PATCH 1/2] fix: Node-RED PLUS changed to PLUS for Node-RED --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06034dd..cf69d12 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ Building Automation and Control Networks Protocol toolbox for Node-RED. ### International Node-RED IIoT Website -For an international area, [Iniationware][6] has provided the [Node-RED PLUS International][8] website. +For an international area, [Iniationware][6] has provided the [PLUS for Node-RED International][8] website. ### Node-RED IIoT Webseite Deutschland -Für einen deutschsprachigen Bereich hat [Iniationware][6] die Webseite [Node-RED PLUS Germany][7] bereitgestellt. +Für einen deutschsprachigen Bereich hat [Iniationware][6] die Webseite [PLUS for Node-RED Germany][7] bereitgestellt. ## Install From 50d3185c92fc83a8ebd55d9379c38a1cfc716e1a Mon Sep 17 00:00:00 2001 From: biancode Date: Sun, 25 Sep 2022 20:45:30 +0200 Subject: [PATCH 2/2] chore: readme update website --- .github/FUNDING.yml | 2 +- README.md | 8 ++++---- package.json | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 9b2b3b0..154278b 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ # These are supported funding model platforms -custom: ["https://github.com/sponsors/BiancoRoyal", "https://bianco-royal.space/supporter/", "https://opencollective.com/node-red-contrib-modbus", "https://noderedplus.de/"] +custom: ["https://github.com/sponsors/BiancoRoyal", "https://bianco-royal.space/supporter/", "https://opencollective.com/node-red-contrib-modbus", "https://www.noderedplus.de/"] diff --git a/README.md b/README.md index cf69d12..b3b5831 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ Building Automation and Control Networks Protocol toolbox for Node-RED. -### International Node-RED IIoT Website +### International IIoT Website for Node-RED For an international area, [Iniationware][6] has provided the [PLUS for Node-RED International][8] website. -### Node-RED IIoT Webseite Deutschland +### IIoT Webseite Deutschland für Node-RED Für einen deutschsprachigen Bereich hat [Iniationware][6] die Webseite [PLUS for Node-RED Germany][7] bereitgestellt. @@ -60,5 +60,5 @@ I'd like to give special thanks to [fh1ch][2] and [Apollon77][4] for their work [4]:https://github.com/Apollon77 [5]:https://github.com/BiancoRoyal [6]:https://github.com/Iniationware -[7]:https://node-red-plus.de/ -[8]:http://node-red.plus/ +[7]:https://www.noderedplus.de/de/ +[8]:https://www.noderedplus.de/ diff --git a/package.json b/package.json index 14eb2e8..f9aeb85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-bacnet", - "version": "0.2.6", + "version": "0.2.7", "private": false, "description": "The BACnet toolbox package for Node-RED.", "repository": { @@ -10,13 +10,13 @@ "dependencies": { "debug": "~4.3.4", "node-bacnet": "~0.2.4", - "underscore": "~1.13.4" + "underscore": "~1.13.6" }, "keywords": [ "node-red", + "plusfornodered", "bacnet", "fieldbus", - "iiot", "biancoroyal" ], "author": "Klaus Landsdorf (https://bianco-royal.space/)",