From 3c16bb5a8b98c56cee77ce67963eeb15dc21b4fc Mon Sep 17 00:00:00 2001 From: Lisias T Date: Tue, 8 Oct 2024 05:12:55 -0300 Subject: [PATCH] Release 0.4.0.5 (LisiasT) for KSP >= 1.2.2 --- CHANGES.md | 4 ++++ CHANGE_LOG.md | 4 ++++ TweakScaleCompanion.Frameworks.version | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 589ed36..b90fb29 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # TweakScale Companion :: Frameworks :: Changes +* 2024-1008: 0.4.0.5 (LisiasT) for KSP >= 1.2.2 + + Update `TweakScaleCompanion.Frameworks.Waterfall` to cope with the changes made on Waterfall 0.10.0.0. + + Works issues: + - [#10](https://github.com/TweakScale/Companion_Frameworks/issues/10) * 2024-0713: 0.4.0.4 (LisiasT) for KSP >= 1.2.2 + Correctly scales System Heat. * 2023-1106: 0.4.0.3 **Beta** (LisiasT) for KSP >= 1.2.2 diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 7b714f0..3f2cfe8 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,5 +1,9 @@ # TweakScale Companion :: Frameworks :: Change Log +* 2024-1008: 0.4.0.5 (LisiasT) for KSP >= 1.2.2 + + Update `TweakScaleCompanion.Frameworks.Waterfall` to cope with the changes made on Waterfall 0.10.0.0. + + Works issues: + - [#10](https://github.com/TweakScale/Companion_Frameworks/issues/10) * 2024-0713: 0.4.0.4 (LisiasT) for KSP >= 1.2.2 + Correctly scales System Heat. * 2023-1106: 0.4.0.3 **Beta** (LisiasT) for KSP >= 1.2.2 diff --git a/TweakScaleCompanion.Frameworks.version b/TweakScaleCompanion.Frameworks.version index 2b3e6ee..df98886 100644 --- a/TweakScaleCompanion.Frameworks.version +++ b/TweakScaleCompanion.Frameworks.version @@ -8,7 +8,7 @@ "MAJOR":0, "MINOR":4, "PATCH":0, - "BUILD":4 + "BUILD":5 }, "KSP_VERSION_MIN":{ "MAJOR":1,