diff --git a/next.config.mjs b/next.config.mjs index 5b210b3..037bf05 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { env: { - APPVERSION: '1.1.2' + APPVERSION: '1.1.3' }, experimental: { serverComponentsExternalPackages: ['mysql2'] diff --git a/package.json b/package.json index f41bce1..7ad419a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mamad-app", - "version": "1.1.2", + "version": "1.1.3", "private": true, "scripts": { "build": "next build",