From 60764405ba725b8a1e7447a435fd611a4eafc917 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Wed, 1 Jul 2020 15:54:55 -0700 Subject: [PATCH] Confirm working in KSP 1.10 --- GameData/ConformalDecals/Versioning/ConformalDecals.version | 2 +- README.md | 2 +- changelog.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/GameData/ConformalDecals/Versioning/ConformalDecals.version b/GameData/ConformalDecals/Versioning/ConformalDecals.version index 530b85e..c510871 100644 --- a/GameData/ConformalDecals/Versioning/ConformalDecals.version +++ b/GameData/ConformalDecals/Versioning/ConformalDecals.version @@ -22,7 +22,7 @@ }, "KSP_VERSION_MAX":{ "MAJOR":1, - "MINOR":9, + "MINOR":10, "PATCH":99 } } \ No newline at end of file diff --git a/README.md b/README.md index 10d4e4f..f06eca2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Conformal Decals adds a set of decal stickers to KSP, as well as providing a fra ## Dependencies Required: -- KSP (1.8.x to 1.9.x) +- KSP (1.8.x to 1.10.x) - B9 Part Switch (2.16.0). Bundled with release. - ModuleManager (4.1.3). Bundled with release. - Shabby (0.1.2). Bundled with release. diff --git a/changelog.txt b/changelog.txt index 04e15ad..6b849ff 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ v0.1.4 ------ +- Supported KSP versions: 1.8.x to 1.10.x - Fixes: - Fixed decals rendering onto disabled B9PS part variants - Decals will still not update whan their parent part's B9PS variant is changed, both in flight and in the editor. This is known and awaiting a change to B9PS to be fixed.