diff --git a/Documents/CHANGES.txt b/Documents/CHANGES.txt index 3a156556..2ac35bcd 100644 --- a/Documents/CHANGES.txt +++ b/Documents/CHANGES.txt @@ -3,7 +3,7 @@ Added: Manoeuvre readouts - "Post-burn Apoapsis" and "Post-burn Periapsis". (Padishar) Fixed: Synched the minimum simulation time sliders and stopped them from snapping back after 999ms. (saybur) Fixed: Added workaround for the bug in Vessel.horizontalSrfSpeed (Padishar) - Fixed: Physically insignificant part masses were not correctly being cascaded down through its parents. + Fixed: Physically insignificant part mass was not being correctly cascaded down through multiple parent parts. 1.0.17.0 Added: 'Mach Number' readout under the 'Surface' category and included it on the default surface HUD. diff --git a/Output/KerbalEngineer/KerbalEngineer.dll b/Output/KerbalEngineer/KerbalEngineer.dll index 5aa083e9..029023fe 100644 Binary files a/Output/KerbalEngineer/KerbalEngineer.dll and b/Output/KerbalEngineer/KerbalEngineer.dll differ diff --git a/Output/KerbalEngineer/KerbalEngineer.version b/Output/KerbalEngineer/KerbalEngineer.version index 7cf978bb..1ebc3d14 100644 --- a/Output/KerbalEngineer/KerbalEngineer.version +++ b/Output/KerbalEngineer/KerbalEngineer.version @@ -1,11 +1,11 @@ { - "NAME":"Kerbal Engineer Redux 1.0", + "NAME":"Kerbal Engineer Redux", "URL":"http://ksp-avc.cybutek.net/version.php?id=6", "VERSION": { "MAJOR":1, "MINOR":0, - "PATCH":17, + "PATCH":18, "BUILD":0 }, "KSP_VERSION": @@ -14,4 +14,4 @@ "MINOR":0, "PATCH":4 } -} \ No newline at end of file +}