From 0f24ae9d66f4ccbf770276d5b58fcda04f09bdf4 Mon Sep 17 00:00:00 2001 From: Dirk-Jan Faber Date: Tue, 7 Jan 2025 11:11:25 +0100 Subject: [PATCH] 1.6.9 --- 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 60599e8..a4af095 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@victronenergy/node-red-contrib-victron", - "version": "1.6.8", + "version": "1.6.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@victronenergy/node-red-contrib-victron", - "version": "1.6.8", + "version": "1.6.9", "license": "MIT", "dependencies": { "dbus-native-victron": "^0.4.2", diff --git a/package.json b/package.json index 8ecff79..5188cf3 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.8", + "version": "1.6.9", "dependencies": { "dbus-native-victron": "^0.4.2", "dbus-victron-virtual": "^0.1.6",