Skip to content

Commit

Permalink
Version 1.18 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodrigv committed Feb 19, 2020
1 parent 963ad14 commit b9c45d8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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
}
}
Binary file not shown.
2 changes: 1 addition & 1 deletion PhysicsRangeExtender/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit b9c45d8

Please sign in to comment.