From 0c73f46c9bc5a42f03603748a0e184322b081071 Mon Sep 17 00:00:00 2001 From: Dirk-Jan Faber Date: Wed, 16 Oct 2024 14:02:35 +0200 Subject: [PATCH] 1.5.23 --- 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 7fd7c7d..51fd5bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@victronenergy/node-red-contrib-victron", - "version": "1.5.22", + "version": "1.5.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@victronenergy/node-red-contrib-victron", - "version": "1.5.22", + "version": "1.5.23", "license": "MIT", "dependencies": { "dbus-native": "^0.4.0", diff --git a/package.json b/package.json index 81a6902..4a329e4 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.5.22", + "version": "1.5.23", "dependencies": { "dbus-native": "^0.4.0", "debug": "^4.3.7",