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']