From f214c4b4a56e80f5fe6b57960e298003cdb5d8d4 Mon Sep 17 00:00:00 2001 From: Martino Date: Thu, 26 Jan 2023 11:34:46 +0100 Subject: [PATCH 1/2] Aggiorare "VERSION" alla 3.0 Aggiornamento del File VERSION alla versione 3.0.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7bf4b6a..4a36342 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.6 +3.0.0 From 765c7bd2d1227fdad6361957967dc10f07839b29 Mon Sep 17 00:00:00 2001 From: Martino Date: Thu, 26 Jan 2023 14:04:21 +0100 Subject: [PATCH 2/2] aggiornato url in package.json Ho aggiornato l'url in package.json in quanto puntava su un link incorretto/rotto --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e6ecfc..5d9f695 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Gestionale open source per assistenza tecnica e fatturazione", "repository": { "type": "git", - "url": "git+https://redmine.immensonet.it:/var/www/gitrepo/gest366.git" + "url": "git+https://devel.gest366.it/Gest366/gest366.git" }, "main": "gulpfile.js", "dependencies": {},