updated version 1.1.3 - updated hostname

This commit is contained in:
2026-01-16 20:37:19 +02:00
parent ca6d2d7abe
commit a5e9072b9d
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "mamad-app", "name": "mamad-app",
"version": "1.1.2", "version": "1.1.3",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "next build", "build": "next build",