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;