From ba68734f60fc69d1382e9c2610a8475cd612ade0 Mon Sep 17 00:00:00 2001 From: Lisias Date: Mon, 8 Mar 2021 00:05:09 -0300 Subject: [PATCH] Release 0.0.7.5 (LisiasT) for KSP >= 1.8.0 --- CHANGES.md | 2 +- CHANGE_LOG.md | 4 +++- KSP_Recall.version | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7d64e27..c3283e6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # KSP-Recall :: Changes -* 2021-0307: 0.0.7.4 (LisiasT) for KSP >= 1.8.0 +* 2021-0308: 0.0.7.5 (LisiasT) for KSP >= 1.8.0 + Fixed a pretty lame mistake on initiating the `Refund` PartModule. * 2021-0305: 0.0.7.3 (LisiasT) for KSP >= 1.8.0 + (Properly) Implements a ~~ugly hack~~, I mean, a workaround for the KSP 1.11.x bug on recovering funds described on Issue [#12](https://github.com/net-lisias-ksp/KSP-Recall/issues/12). diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 5610136..2b7c069 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,7 +1,9 @@ # KSP-Recall :: Change Log -* 2021-0307: 0.0.7.4 (LisiasT) for KSP >= 1.8.0 +* 2021-0308: 0.0.7.5 (LisiasT) for KSP >= 1.8.0 + Fixed a pretty lame mistake on initiating the `Refund` PartModule. +* 2021-0307: 0.0.7.4 (LisiasT) for KSP >= 1.8.0 + + ***DITCHED*** due a lame mistake while fixing a lame mistake. * 2021-0305: 0.0.7.3 (LisiasT) for KSP >= 1.8.0 + (Properly) Implements a ~~ugly hack~~, I mean, a workaround for the KSP 1.11.x bug on recovering funds described on Issue [#12](https://github.com/net-lisias-ksp/KSP-Recall/issues/12). - Thanks a lot to [firethorn6](https://forum.kerbalspaceprogram.com/index.php?/profile/210389-firethorn6/) and [DarthPointer](https://forum.kerbalspaceprogram.com/index.php?/profile/203932-darthpointer/) for reporting the problem and further help on diagnosing it and testing the solution! diff --git a/KSP_Recall.version b/KSP_Recall.version index 9afb1a6..6d41f24 100644 --- a/KSP_Recall.version +++ b/KSP_Recall.version @@ -8,7 +8,7 @@ "MAJOR":0, "MINOR":0, "PATCH":7, - "BUILD":4 + "BUILD":5 }, "KSP_VERSION_MIN":{ "MAJOR":1,