From 8337129f916a82f9045d5412e7ec0c952dbb74ec Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Fri, 24 Jul 2026 10:31:27 +0200 Subject: [PATCH] update versione e log --- UpdateLog.txt | 3 +++ Version.lua | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/UpdateLog.txt b/UpdateLog.txt index 9d46c21..e3d3b0f 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Beam Update Log ==== +Versione 3.1g3 (24/07/2026) +- Fixed : in slot con lama corretta scelta SCC + Versione 3.1g2 (17/07/2026) - Modif : Diminuito LastStep forature in doppio - Modif : ScarfJoint tra le feature da eseguire dopo i fori che la attraversano diff --git a/Version.lua b/Version.lua index f34b019..8eaa1f4 100644 --- a/Version.lua +++ b/Version.lua @@ -2,5 +2,5 @@ -- Gestione della versione di Beam NAME = 'Beam' -VERSION = '3.1g2' +VERSION = '3.1g3' MIN_EXE = '3.1b1'