diff --git a/CHANGES.md b/CHANGES.md index 76315a9..8279fbe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ *Lasciate ogne speranza, voi ch'intrate* - - - +* 2022-0719: 4.2.2.3 (Lisias) for KSP >= 1.2 + + More resilient handling of a potentially corrupted (or old) cache. * 2022-0716: 4.2.2.2 (Lisias) for KSP >= 1.2 + Removes a memory leak, and promotes some key functions reusability. + Mitigates false positives while checking the ConfigCache, aiming to avoid the need of "deleting the cache when something weird happens" after load. diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index cc08886..5ce6f6c 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -2,6 +2,8 @@ *Lasciate ogne speranza, voi ch'intrate* - - - +* 2022-0719: 4.2.2.3 (Lisias) for KSP >= 1.2 + + More resilient handling of a potentially corrupted (or old) cache. * 2022-0716: 4.2.2.2 (Lisias) for KSP >= 1.2 + Removes a memory leak, and promotes some key functions reusability. + Mitigates false positives while checking the ConfigCache, aiming to avoid the need of "deleting the cache when something weird happens" after load. diff --git a/ModuleManager.122.version b/ModuleManager.122.version index 6f4f971..1c4aa64 100644 --- a/ModuleManager.122.version +++ b/ModuleManager.122.version @@ -8,7 +8,7 @@ "MAJOR":4, "MINOR":2, "PATCH":2, - "BUILD":2 + "BUILD":3 }, "KSP_VERSION":{ "MAJOR":1, diff --git a/ModuleManager.version b/ModuleManager.version index 452e5e3..b9b62ee 100644 --- a/ModuleManager.version +++ b/ModuleManager.version @@ -8,7 +8,7 @@ "MAJOR":4, "MINOR":2, "PATCH":2, - "BUILD":2 + "BUILD":3 }, "KSP_VERSION_MIN":{ "MAJOR":1,