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,