Skip to content

Commit

Permalink
1.15 version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodrigv committed Jul 7, 2019
1 parent 920c40a commit 1161a1b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -15,8 +15,8 @@
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 7,
"PATCH": 2
"MINOR": 6,
"PATCH": 1
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
Expand Down
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.14.0")]
[assembly: AssemblyVersion("1.15.0")]

0 comments on commit 1161a1b

Please sign in to comment.