diff --git a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt index 003ab22..dbe61cc 100644 --- a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt +++ b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt @@ -1,3 +1,7 @@ += v1.18.0 +- Recompiled for KSP 1.9.0 +- Fixed issue were the camera was broken after switching to a new landed vessel if the active vessel was in IVA. + = v1.17.0 - Recompiled for KSP 1.8.1 - Added extension method for other mods to enable/disable PRE if needed (Thanks to @DoctorDavinci) diff --git a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version index f142878..5ec3de3 100644 --- a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version +++ b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version @@ -1,26 +1,26 @@ { "NAME": "PhysicsRangeExtender", "URL":"https://github.com/jrodrigv/PhysicsRangeExtender/raw/master/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version", - "DOWNLOAD":"https://github.com/jrodrigv/PhysicsRangeExtender/releases/tag/1.17.0", + "DOWNLOAD":"https://github.com/jrodrigv/PhysicsRangeExtender/releases/tag/1.18.0", "CHANGE_LOG_URL":"https://github.com/jrodrigv/PhysicsRangeExtender/raw/master/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt", "VERSION": { "MAJOR": 1, - "MINOR": 17, + "MINOR": 18, "PATCH": 0 }, "KSP_VERSION": { "MAJOR": 1, - "MINOR": 8, - "PATCH": 1 + "MINOR": 9, + "PATCH": 0 }, "KSP_VERSION_MIN": { "MAJOR": 1, - "MINOR": 8, - "PATCH": 1 + "MINOR": 9, + "PATCH": 0 }, "KSP_VERSION_MAX": { "MAJOR": 1, - "MINOR": 8, + "MINOR": 9, "PATCH": 99 } } \ No newline at end of file diff --git a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/Plugins/PhysicsRangeExtender.dll b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/Plugins/PhysicsRangeExtender.dll index 16af92d..6f4c849 100644 Binary files a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/Plugins/PhysicsRangeExtender.dll and b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/Plugins/PhysicsRangeExtender.dll differ diff --git a/PhysicsRangeExtender/Properties/AssemblyInfo.cs b/PhysicsRangeExtender/Properties/AssemblyInfo.cs index f09c036..62b262a 100644 --- a/PhysicsRangeExtender/Properties/AssemblyInfo.cs +++ b/PhysicsRangeExtender/Properties/AssemblyInfo.cs @@ -31,4 +31,4 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.17.0")] +[assembly: AssemblyVersion("1.18.0")]