diff --git a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt index 197f884..b64fc12 100644 --- a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt +++ b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt @@ -1,3 +1,7 @@ += v1.15.0 +- Fixes issue were the initial loading was triggered when a 2nd vessel was loaded. +- Fixes issue in which the active vessel was lifted. + = v1.14.0 - Hotfixes for KSP 1.7.2. - Flickering improvements for low altitude vessels. diff --git a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version index c831949..3b143a5 100644 --- a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version +++ b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version @@ -1,11 +1,11 @@ { "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.14.0", + "DOWNLOAD":"https://github.com/jrodrigv/PhysicsRangeExtender/releases/tag/1.15.0", "CHANGE_LOG_URL":"https://github.com/jrodrigv/PhysicsRangeExtender/raw/master/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt", "VERSION": { "MAJOR": 1, - "MINOR": 14, + "MINOR": 15, "PATCH": 0 }, "KSP_VERSION": { @@ -15,8 +15,8 @@ }, "KSP_VERSION_MIN": { "MAJOR": 1, - "MINOR": 7, - "PATCH": 2 + "MINOR": 6, + "PATCH": 1 }, "KSP_VERSION_MAX": { "MAJOR": 1, diff --git a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/Plugins/PhysicsRangeExtender.dll b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/Plugins/PhysicsRangeExtender.dll index dd5eab8..4f452bb 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 8cbd58e..00e3eaf 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.14.0")] +[assembly: AssemblyVersion("1.15.0")]