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'