From e5c9484c132baae753889d692a3472e9eb5a06b5 Mon Sep 17 00:00:00 2001
From: zefau <zefau@mailbox.org>
Date: Sun, 24 Dec 2023 13:01:53 +0000
Subject: [PATCH] 3.2.0-alpha.23

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

diff --git a/package-lock.json b/package-lock.json
index 440651b2..ed9941fa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "iobroker.jarvis",
-  "version": "3.2.0-alpha.22",
+  "version": "3.2.0-alpha.23",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
@@ -35,7 +35,8 @@
         "node": ">= 16",
         "npm": ">= 6.13.4",
         "yarn": ">= 1.21.1"
-      }
+      },
+      "version": "3.2.0-alpha.23"
     },
     "node_modules/@babel/runtime": {
       "version": "7.23.2",
diff --git a/package.json b/package.json
index cab9907b..7331069d 100644
--- a/package.json
+++ b/package.json
@@ -60,5 +60,6 @@
     "test:package": "mocha test/package --exit",
     "test:unit": "mocha test/unit --exit",
     "translate": "gulp translateAndUpdateWordsJS"
-  }
+  },
+  "version": "3.2.0-alpha.23"
 }