From 1161a1b6778640b7ae0d17e3c5b57871762beeeb Mon Sep 17 00:00:00 2001 From: Jesus Rodriguez Valencia Date: Sun, 7 Jul 2019 13:11:44 +0200 Subject: [PATCH] 1.15 version --- .../PhysicsRangeExtender/ChangeLog.txt | 4 ++++ .../PhysicsRangeExtender.version | 8 ++++---- .../Plugins/PhysicsRangeExtender.dll | Bin 23552 -> 23552 bytes .../Properties/AssemblyInfo.cs | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) 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 dd5eab889111fdd6f789761a0d8c232e136d866e..4f452bbdf516c0798ab860691df9c6e8dc7a6df4 100644 GIT binary patch delta 140 zcmZqJ!Pu~aaY6@k(q+Ys-K~0z{F?>!x628fez-PlWqP>dI>T=cl26sGHsA35!>R*R z6w3evOh7Ed$iVQX5Qu{r7=nUbg5$2OseI=1%W2Z$X@b|M?cKjAq=Si*p8==}2>3To k42xxCG~N6@d^?buygbsH)09Dv!2pCODvE7pjQYsf%n1{>Z@%IChgAot zD3$>Tn1EP@k%8e&ArJ>MFa!m=1oMVi`ZT-QyH2+0l1jSxe&VK(4kk`M2B0b+;M+Vg jES8bcWb^y*?Lcbs@OUg@d@?M4 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")]