From 4ba6b5b1ff5a150f410570964cfc92c62896fd0f Mon Sep 17 00:00:00 2001 From: Dirk-Jan Faber Date: Fri, 5 Jan 2024 09:31:24 +0100 Subject: [PATCH] 0.1.2 --- 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 9bd28f5..6743d8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "victron-vrm-api", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "victron-vrm-api", - "version": "0.1.0", + "version": "0.1.2", "license": "MIT", "dependencies": { "axios": "^1.4.0", diff --git a/package.json b/package.json index 40348a4..8809395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "victron-vrm-api", - "version": "0.1.1", + "version": "0.1.2", "description": "Interface with the Victron Energy VRM API", "main": "index.js", "scripts": {