1.1 #4

Merged
tomchukk merged 2 commits from 1.1 into main 2026-01-16 19:43:33 +02:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit a75b8ec6af - Show all commits

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