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 06034dd..b3b5831 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ 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 [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 +### IIoT Webseite Deutschland für Node-RED -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 @@ -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/)",