diff --git a/UpdateLog.txt b/UpdateLog.txt index d0180c3..3f91035 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Beam Update Log ==== +Versione 2.7g4 (11/07/2025) +- Fixed : in LapJoint 2 facce correzione nella scelta lama da sotto + Versione 2.7g3 (11/07/2025) - Fixed : in RidgeLap corretta scelta del lato da lavorare diff --git a/Version.lua b/Version.lua index dcf015e..978f3af 100644 --- a/Version.lua +++ b/Version.lua @@ -2,5 +2,5 @@ -- Gestione della versione di Beam NAME = 'Beam' -VERSION = '2.7g3' +VERSION = '2.7g4' MIN_EXE = '2.7f2'