From e259c6c5c0800875e120d08e55552793aa554ac3 Mon Sep 17 00:00:00 2001 From: Marco Lanzara <48531002-marco370@users.noreply.replit.com> Date: Mon, 17 Nov 2025 17:38:30 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=20v1.0.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Tipo: patch - Database schema: database-schema/schema.sql (solo struttura) - Data: 2025-11-17 17:38:30 --- .replit | 4 ---- version.json | 10 ++++++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.replit b/.replit index aa1cbbd..af7007c 100644 --- a/.replit +++ b/.replit @@ -14,10 +14,6 @@ run = ["npm", "run", "start"] localPort = 5000 externalPort = 80 -[[ports]] -localPort = 34637 -externalPort = 3000 - [env] PORT = "5000" diff --git a/version.json b/version.json index a47c6fb..40f0423 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,13 @@ { - "version": "1.0.9", - "lastUpdate": "2025-11-17T17:32:12.017Z", + "version": "1.0.10", + "lastUpdate": "2025-11-17T17:38:30.344Z", "changelog": [ + { + "version": "1.0.10", + "date": "2025-11-17", + "type": "patch", + "description": "Deployment automatico v1.0.10" + }, { "version": "1.0.9", "date": "2025-11-17",