diff --git a/Changelog.txt b/Changelog.txt index 8f78b05..827b1a1 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -27,4 +27,9 @@ Changelog 2.6.0.4 Fixed error in version file - Removed extra .version file in mod dir \ No newline at end of file + Removed extra .version file in mod dir + +2.6.0.5 + Thanks to forum user @xmnovotny for these two fixes: + Fixed error of loading science requirement definitions. + Fixed typo (both typo and case issue) with name of BIOPRODUCTS by replacing bad text with already-defined constant \ No newline at end of file diff --git a/StationScience.version b/StationScience.version index da00ea3..a854f5d 100644 --- a/StationScience.version +++ b/StationScience.version @@ -11,7 +11,7 @@ "MAJOR": 2, "MINOR": 6, "PATCH": 0, - "BUILD": 4 + "BUILD": 5 }, "KSP_VERSION_MIN": { "MAJOR": 1,