version 1.1.3 - updated year on copyright notice

This commit is contained in:
2026-01-16 19:41:24 +02:00
parent 1609b4e04c
commit a75b8ec6af
3 changed files with 3 additions and 3 deletions

View File

@@ -1858,7 +1858,7 @@ export default function AdminPage() {
<br/>
גרסה: {process.env.APPVERSION || "לא הוצהר ב-Dockerfile!"}
<br/>
2025 COPYRIGHT TR-WEB
2026 COPYRIGHT TR-WEB
</div>
</CardContent>
</Card>

View File

@@ -216,7 +216,7 @@ export default function DashboardPage() {
<br/>
גרסה: {process.env.APPVERSION || "לא הוגדרה גרסה ב-Dockerfile!"}
<br/>
2025 COPYRIGHT TR-WEB
2026 COPYRIGHT TR-WEB
</div>
</CardContent>
</Card>

View File

@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
env: {
APPVERSION: '1.1.0'
APPVERSION: '1.1.3'
},
experimental: {
serverComponentsExternalPackages: ['mysql2']