From 06d691afa9181a8100a62ff8ed2c978e31f72a32 Mon Sep 17 00:00:00 2001 From: blowfish Date: Thu, 13 Dec 2018 21:26:59 -0800 Subject: [PATCH] Prep for v1.3.2 - KSP 1.5.1 --- GameData/B9AnimationModules/B9AnimationModules.version | 4 ++-- KSP_VERSION | 2 +- README.md | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/GameData/B9AnimationModules/B9AnimationModules.version b/GameData/B9AnimationModules/B9AnimationModules.version index 024b075..df34018 100644 --- a/GameData/B9AnimationModules/B9AnimationModules.version +++ b/GameData/B9AnimationModules/B9AnimationModules.version @@ -6,6 +6,6 @@ "USERNAME" : "blowfishpro", "REPOSITORY" : "B9AnimationModules" }, - "VERSION": "1.3.1", - "KSP_VERSION": "1.5.0" + "VERSION": "1.3.2", + "KSP_VERSION": "1.5.1" } diff --git a/KSP_VERSION b/KSP_VERSION index c239c60..26ca594 100644 --- a/KSP_VERSION +++ b/KSP_VERSION @@ -1 +1 @@ -1.5 +1.5.1 diff --git a/README.md b/README.md index 6af79b1..14e4d03 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,10 @@ A simple module designed to animate based off an engine throttle. Replicates mu ## Changelog +### v1.3.2 + +* Recompile against KSP 1.5.1 + ### v1.3.1 * Actually update .version file