diff --git a/CHANGES.md b/CHANGES.md index cdfec13..0161150 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # ShipManifest /L Unleashed :: Changes +* 2021-1111: 6.0.2.3 (LisiasT) for KSP >= 1.3.0 + + Updating to KSPe v2.4 services (Toolbar) + + Backporting the thing to every KSP since 1.3.0!! **#HURRAY!!** + - Perhaps KSP 1.2.2 next time? :) * 2021-0306: 6.0.2.2 (LisiasT) for KSP >= 1.7.1 + Backporting the thing to every KSP since 1.7.1 - Thanks to KSPe! diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 4c9d9ce..248827d 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,5 +1,9 @@ # ShipManifest /L Unleashed :: Change Log +* 2021-1111: 6.0.2.3 (LisiasT) for KSP >= 1.3.0 + + Updating to KSPe v2.4 services (Toolbar) + + Backporting the thing to every KSP since 1.3.0!! **#HURRAY!!** + - Perhaps KSP 1.2.2 next time? :) * 2021-0306: 6.0.2.2 (LisiasT) for KSP >= 1.7.1 + Backporting the thing to every KSP since 1.7.1 - Thanks to KSPe! diff --git a/ShipManifest.version b/ShipManifest.version index 90bd11f..d65c826 100644 --- a/ShipManifest.version +++ b/ShipManifest.version @@ -8,10 +8,10 @@ "MAJOR":6, "MINOR":0, "PATCH":2, - "BUILD":2 + "BUILD":3 }, "KSP_VERSION_MIN":{ "MAJOR":1, - "MINOR":4 + "MINOR":3 } }