From 651e9dc88c920abcd092ba678dcd18fd5e86ec13 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 21 Jul 2021 12:18:56 -0700 Subject: [PATCH] KSP 1.12 updates --- .../DeployableEngines/Versioning/DeployableEngines.version | 6 +++--- changelog.txt | 4 ++++ readme.txt | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/GameData/DeployableEngines/Versioning/DeployableEngines.version b/GameData/DeployableEngines/Versioning/DeployableEngines.version index 0e1c831..08b6a7b 100644 --- a/GameData/DeployableEngines/Versioning/DeployableEngines.version +++ b/GameData/DeployableEngines/Versioning/DeployableEngines.version @@ -6,13 +6,13 @@ { "MAJOR":1, "MINOR":3, - "PATCH":0, + "PATCH":1, "BUILD":0 }, "KSP_VERSION": { "MAJOR":1, - "MINOR":11, + "MINOR":12, "PATCH":1 }, "KSP_VERSION_MIN":{ @@ -22,7 +22,7 @@ }, "KSP_VERSION_MAX":{ "MAJOR":1, - "MINOR":11, + "MINOR":12, "PATCH":99 } } diff --git a/changelog.txt b/changelog.txt index ebcc9e8..9e4ae82 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +v1.3.1 +------ +- KSP 1.12 + v1.3.0 ------ - ModuleAdvancedLookAtConstraint now supports constraining uniquely on one axis diff --git a/readme.txt b/readme.txt index fee2a80..59c395a 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ ========================= -Deployable Engines v1.3.0 +Deployable Engines v1.3.1 ========================= This is a plugin for Kerbal Space Program which provides small modules useful for animating engine deployment. It does nothing by itself.