diff --git a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt index 73c59f5..1d9e899 100644 --- a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt +++ b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt @@ -1,3 +1,6 @@ += v1.21.0 +- Recompiled for KSP 1.12.2 + = v1.20.0 - Recompiled for KSP 1.11.0 - Improved physics ease/landing method when TerrainExtender is Enabled diff --git a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version index c71cc46..9629bd8 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.20.0", + "DOWNLOAD":"https://github.com/jrodrigv/PhysicsRangeExtender/releases/tag/1.21.0", "CHANGE_LOG_URL":"https://github.com/jrodrigv/PhysicsRangeExtender/raw/master/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt", "VERSION": { "MAJOR": 1, - "MINOR": 20, + "MINOR": 21, "PATCH": 0 }, "KSP_VERSION": { "MAJOR": 1, - "MINOR": 11, - "PATCH": 0 + "MINOR": 12, + "PATCH": 2 }, "KSP_VERSION_MIN": { "MAJOR": 1, - "MINOR": 11, - "PATCH": 0 + "MINOR": 12, + "PATCH": 2 }, "KSP_VERSION_MAX": { "MAJOR": 1, - "MINOR": 11, + "MINOR": 12, "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 dee9e6f..a8a6d2c 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/LocalDev/ksp_dir.txt b/PhysicsRangeExtender/LocalDev/ksp_dir.txt index b1c5a08..1781fc6 100644 --- a/PhysicsRangeExtender/LocalDev/ksp_dir.txt +++ b/PhysicsRangeExtender/LocalDev/ksp_dir.txt @@ -1 +1 @@ -D:\GAMES\KERBAL\Kerbal Space Program_111_DEV \ No newline at end of file +D:\GAMES\KERBAL\Kerbal Space Program_112_DEV \ No newline at end of file diff --git a/PhysicsRangeExtender/Properties/AssemblyInfo.cs b/PhysicsRangeExtender/Properties/AssemblyInfo.cs index fc390bd..87d9679 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.20.0")] +[assembly: AssemblyVersion("1.21.0")]