diff --git a/UpdateLog.txt b/UpdateLog.txt index 3f91035..70ab70a 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Beam Update Log ==== +Versione 2.7g5 (14/07/2025) +- Fixed : in tagli di testa e coda corretti attacchi + Versione 2.7g4 (11/07/2025) - Fixed : in LapJoint 2 facce correzione nella scelta lama da sotto diff --git a/Version.lua b/Version.lua index 978f3af..7f655a8 100644 --- a/Version.lua +++ b/Version.lua @@ -2,5 +2,5 @@ -- Gestione della versione di Beam NAME = 'Beam' -VERSION = '2.7g4' +VERSION = '2.7g5' MIN_EXE = '2.7f2'