diff --git a/UpdateLog.txt b/UpdateLog.txt index 582db5d..4fb78ae 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Wall Update Log ==== +Versione 2.7b1 (03/03/2025) +- Added : gestione multidrill + Versione 2.7a2 (23/01/2025) - Fixed : in Ts7 corretto un problema che portava a rotazioni errate, introdotto con 2.7a1 - Fixed : in squadratura piccole correzioni diff --git a/Version.lua b/Version.lua index 0044dab..293c279 100644 --- a/Version.lua +++ b/Version.lua @@ -2,5 +2,5 @@ -- Gestione della versione di Wall NAME = 'Wall' -VERSION = '2.7a2' +VERSION = '2.7b1' MIN_EXE = '2.6k1'