diff --git a/CHANGES.md b/CHANGES.md index ba8a58a..fb98dff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # TweakScale Companion :: SMCE :: Changes +* 2023-1005: 0.0.2.0 (LisiasT) for KSP >= 1.4 + + Adds Support for: + - New parts from Large Ship Parts 3.9.3 BB2 + - SM Marine + + Updates the Documentation + + Implements Issues: + - [#15](https://github.com/TweakScale/Companion/issues/15) Extend the fix implemented on TweakScaleCompanion_NF#2 to every Companion * 2021-0216: 0.0.1.1 (LisiasT) for KSP >= 1.4 + Complete revamp of the Large Ship Parts' patches * 2020-0413: 0.0.1.0 (LisiasT) for KSP >= 1.4 diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index aceea9a..253386b 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,5 +1,12 @@ # TweakScale Companion :: SMCE :: Change Log +* 2023-1005: 0.0.2.0 (LisiasT) for KSP >= 1.4 + + Adds Support for: + - New parts from Large Ship Parts 3.9.3 BB2 + - SM Marine + + Updates the Documentation + + Implements Issues: + - [#15](https://github.com/TweakScale/Companion/issues/15) Extend the fix implemented on TweakScaleCompanion_NF#2 to every Companion * 2021-0216: 0.0.1.1 (LisiasT) for KSP >= 1.4 + Complete revamp of the Large Ship Parts' patches * 2020-0413: 0.0.1.0 (LisiasT) for KSP >= 1.4 diff --git a/TweakScaleCompanion_SMCE.version b/TweakScaleCompanion_SMCE.version index 03ebe8b..1fda614 100644 --- a/TweakScaleCompanion_SMCE.version +++ b/TweakScaleCompanion_SMCE.version @@ -7,8 +7,8 @@ "VERSION":{ "MAJOR":0, "MINOR":0, - "PATCH":1, - "BUILD":1 + "PATCH":2, + "BUILD":0 }, "KSP_VERSION_MIN":{ "MAJOR":1,