From df0a54f1d80ea8cda83c8eaa9f5b183dbc98d41a Mon Sep 17 00:00:00 2001 From: Chris Adderley Date: Mon, 3 Aug 2020 07:41:27 -0700 Subject: [PATCH] Version/dependency bump --- .mod_data.yml | 2 +- GameData/HeatControl/Versioning/HeatControl.version | 8 ++++---- README.md | 2 +- changelog.txt | 5 +++++ readme.txt | 4 ++-- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.mod_data.yml b/.mod_data.yml index a50a632..cf5050f 100644 --- a/.mod_data.yml +++ b/.mod_data.yml @@ -8,7 +8,7 @@ package: - changelog.txt dependencies: # Configure dependencies ModuleManager: - version: 4.1.3 + version: 4.1.4 location: s3 deploy: SpaceDock: diff --git a/GameData/HeatControl/Versioning/HeatControl.version b/GameData/HeatControl/Versioning/HeatControl.version index c297f0c..20be130 100644 --- a/GameData/HeatControl/Versioning/HeatControl.version +++ b/GameData/HeatControl/Versioning/HeatControl.version @@ -6,14 +6,14 @@ { "MAJOR":0, "MINOR":5, - "PATCH":1, + "PATCH":2, "BUILD":0 }, "KSP_VERSION": { "MAJOR":1, - "MINOR":9, - "PATCH":0 + "MINOR":10, + "PATCH":1 }, "KSP_VERSION_MIN":{ "MAJOR":1, @@ -22,7 +22,7 @@ }, "KSP_VERSION_MAX":{ "MAJOR":1, - "MINOR":9, + "MINOR":10, "PATCH":99 } } diff --git a/README.md b/README.md index 741e7a9..125755c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A complete and total rebuild of my old Stockalike Station Parts Expansion projec ### Required These components are required for the mod to function and are bundled as part of any download: -* [ModuleManager (4.1.3)](https://github.com/sarbian/ModuleManager) +* [ModuleManager (4.1.4)](https://github.com/sarbian/ModuleManager) ## Installation diff --git a/changelog.txt b/changelog.txt index 337d2eb..f551a1e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +v0.5.2 +------- +- KSP 1.10 +- Updated ModuleManager to 4.1.4 + v0.5.1 ------- - KSP 1.8 diff --git a/readme.txt b/readme.txt index e4d8d90..1ba6789 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ ==================== -HEAT CONTROL v0.5.1 +HEAT CONTROL v0.5.2 ==================== This is a pack containing parts useful for controlling the heat on your spacecraft. @@ -9,7 +9,7 @@ DEPENDENCIES ============ Required -- ModuleManager (v4.1.3) +- ModuleManager (v4.1.4) Optional - Community Tech Tree (v2.2+)