From 6c3a16d59c02e2bab35c6ba45cc5e92cd1a83bde Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Mon, 14 Jul 2025 12:43:23 +0200 Subject: [PATCH] update log e version --- UpdateLog.txt | 3 +++ Version.lua | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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'