diff --git a/CHANGES.md b/CHANGES.md index 81aaa556..120df554 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # KSP Enhanced /L :: Changes +* 2023-0703: 2.5.3.1 (Lisias) for KSP >= 1.2 + + More sensible updating mechanism, coping with how Windows handles DLL files once they are loaded. + + Fixes a bug on the KSPe's Install Checker/Update Tool + - **You need to manually remove the older `/GameData/000_KSPe.dll` file if existent!** * 2023-0629: 2.5.3.0 (Lisias) for KSP >= 1.2 + New Standard Error Handler for the lazy developer! ;) - With new Standard Error/Alert/Warning Dialogs too! diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index e39870db..942ac1dd 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,5 +1,9 @@ # KSP Enhanced /L :: Change Log +* 2023-0703: 2.5.3.1 (Lisias) for KSP >= 1.2 + + More sensible updating mechanism, coping with how Windows handles DLL files once they are loaded. + + Fixes a bug on the KSPe's Install Checker/Update Tool + - **You need to manually remove the older `/GameData/000_KSPe.dll` file if existent!** * 2023-0629: 2.5.3.0 (Lisias) for KSP >= 1.2 + New Standard Error Handler for the lazy developer! ;) - With new Standard Error/Alert/Warning Dialogs too! diff --git a/KSPe.version b/KSPe.version index a3e77ea9..4c73c4ac 100644 --- a/KSPe.version +++ b/KSPe.version @@ -8,7 +8,7 @@ "MAJOR":2, "MINOR":5, "PATCH":3, - "BUILD":0 + "BUILD":1 }, "KSP_VERSION_MIN":{ "MAJOR":1,