From bb6c2ecb7bd8a37599a0fb91fd707c8717235370 Mon Sep 17 00:00:00 2001
From: Dirk-Jan Faber <d.faber@gmail.com>
Date: Tue, 2 Jan 2024 16:35:50 +0100
Subject: [PATCH] 0.1.1

---
 package-lock.json | 2 +-
 package.json      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 0e79ebd..9bd28f5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "victron-vrm-api",
-  "version": "0.1.0",
+  "version": "0.1.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
diff --git a/package.json b/package.json
index d4f259a..40348a4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "victron-vrm-api",
-  "version": "0.1.0",
+  "version": "0.1.1",
   "description": "Interface with the Victron Energy VRM API",
   "main": "index.js",
   "scripts": {