From 6139b7c03a64109304b0bbed5421f526428b4734 Mon Sep 17 00:00:00 2001 From: ISA Date: Wed, 18 Jun 2025 12:09:59 +0200 Subject: [PATCH] fix: Einstellungen -> Benutzerverwaltung in littwin-blue vergessen --- .env.development | 2 +- .env.production | 2 +- package-lock.json | 4 ++-- package.json | 2 +- pages/einstellungen.tsx | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.development b/.env.development index fd02e11..492f424 100644 --- a/.env.development +++ b/.env.development @@ -6,5 +6,5 @@ NEXT_PUBLIC_USE_MOCK_BACKEND_LOOP_START=false NEXT_PUBLIC_EXPORT_STATIC=false NEXT_PUBLIC_USE_CGI=false # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.6.413 +NEXT_PUBLIC_APP_VERSION=1.6.414 diff --git a/.env.production b/.env.production index 4dbaaf2..d5c6a8f 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,4 @@ NEXT_PUBLIC_CPL_API_PATH=/CPL NEXT_PUBLIC_EXPORT_STATIC=true NEXT_PUBLIC_USE_CGI=true # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.6.413 \ No newline at end of file +NEXT_PUBLIC_APP_VERSION=1.6.414 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a58f17a..ed1a023 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cpl-v4", - "version": "1.6.413", + "version": "1.6.414", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cpl-v4", - "version": "1.6.413", + "version": "1.6.414", "dependencies": { "@fontsource/roboto": "^5.1.0", "@iconify-icons/ri": "^1.2.10", diff --git a/package.json b/package.json index 3b7af15..ea77255 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cpl-v4", - "version": "1.6.413", + "version": "1.6.414", "private": true, "scripts": { "dev": "next dev", diff --git a/pages/einstellungen.tsx b/pages/einstellungen.tsx index cc9699a..4ffa0f7 100644 --- a/pages/einstellungen.tsx +++ b/pages/einstellungen.tsx @@ -63,7 +63,7 @@ export default function Settings() {