From 301d24c4369c8ad73aa1fde7086cd72ea7cfa85a Mon Sep 17 00:00:00 2001 From: Dirk-Jan Faber Date: Wed, 27 Nov 2024 14:39:33 +0100 Subject: [PATCH] 1.6.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index befcf11..c71d046 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@victronenergy/node-red-contrib-victron", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@victronenergy/node-red-contrib-victron", - "version": "1.6.2", + "version": "1.6.3", "license": "MIT", "dependencies": { "dbus-native-victron": "^0.4.2", diff --git a/package.json b/package.json index 27474be..97917a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@victronenergy/node-red-contrib-victron", "description": "Custom Node-RED Nodes for Victron Energy", - "version": "1.6.2", + "version": "1.6.3", "dependencies": { "dbus-native-victron": "^0.4.2", "dbus-victron-virtual": "^0.1.3",