From 9ee3d60e227b1d6e09d69dffdc165d7b5a1c79ee Mon Sep 17 00:00:00 2001 From: Dirk-Jan Faber Date: Tue, 7 Jan 2025 13:24:31 +0100 Subject: [PATCH] 1.6.10 --- 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 a4af095..bd2ace2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@victronenergy/node-red-contrib-victron", - "version": "1.6.9", + "version": "1.6.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@victronenergy/node-red-contrib-victron", - "version": "1.6.9", + "version": "1.6.10", "license": "MIT", "dependencies": { "dbus-native-victron": "^0.4.2", diff --git a/package.json b/package.json index 5188cf3..918525d 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.9", + "version": "1.6.10", "dependencies": { "dbus-native-victron": "^0.4.2", "dbus-victron-virtual": "^0.1.6",