From 37e9dcb492332fe88a91e280aa011edc357270b6 Mon Sep 17 00:00:00 2001 From: ISA Date: Mon, 24 Feb 2025 11:51:30 +0100 Subject: [PATCH] OPC-UA Buttons in littwin-blue --- .../main/settingsPageComponents/OPCUAInterfaceSettings.tsx | 6 +++--- config/webVersion.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/main/settingsPageComponents/OPCUAInterfaceSettings.tsx b/components/main/settingsPageComponents/OPCUAInterfaceSettings.tsx index 94568ac..d1977f8 100644 --- a/components/main/settingsPageComponents/OPCUAInterfaceSettings.tsx +++ b/components/main/settingsPageComponents/OPCUAInterfaceSettings.tsx @@ -45,7 +45,7 @@ export default function OPCUAInterfaceSettings() { @@ -133,7 +133,7 @@ export default function OPCUAInterfaceSettings() { /> diff --git a/config/webVersion.ts b/config/webVersion.ts index 63719e2..c15074f 100644 --- a/config/webVersion.ts +++ b/config/webVersion.ts @@ -6,5 +6,5 @@ 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). */ -const webVersion = "1.6.102"; +const webVersion = "1.6.103"; export default webVersion;