From a75b8ec6af7c1c2bd28d2dd5b7bcdda9b354bb72 Mon Sep 17 00:00:00 2001 From: Tom Ruff Date: Fri, 16 Jan 2026 19:41:24 +0200 Subject: [PATCH 1/2] version 1.1.3 - updated year on copyright notice --- app/admin/page.tsx | 2 +- app/dashboard/page.tsx | 2 +- next.config.mjs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/admin/page.tsx b/app/admin/page.tsx index 5018d8e..4afce5f 100644 --- a/app/admin/page.tsx +++ b/app/admin/page.tsx @@ -1858,7 +1858,7 @@ export default function AdminPage() {
גרסה: {process.env.APPVERSION || "לא הוצהר ב-Dockerfile!"}
- 2025 COPYRIGHT TR-WEB + 2026 COPYRIGHT TR-WEB diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index 32d2e7a..00edb13 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -216,7 +216,7 @@ export default function DashboardPage() {
גרסה: {process.env.APPVERSION || "לא הוגדרה גרסה ב-Dockerfile!"}
- 2025 COPYRIGHT TR-WEB + 2026 COPYRIGHT TR-WEB diff --git a/next.config.mjs b/next.config.mjs index eaadbc6..037bf05 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { env: { - APPVERSION: '1.1.0' + APPVERSION: '1.1.3' }, experimental: { serverComponentsExternalPackages: ['mysql2'] -- 2.49.1 From 8a4b3bc396053aac2a76bf207a2f354853b48293 Mon Sep 17 00:00:00 2001 From: Tom Ruff Date: Fri, 16 Jan 2026 19:42:51 +0200 Subject: [PATCH 2/2] aaaaa --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 037bf05..5b210b3 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { env: { - APPVERSION: '1.1.3' + APPVERSION: '1.1.2' }, experimental: { serverComponentsExternalPackages: ['mysql2'] -- 2.49.1