Skip to content

Commit

Permalink
Version 1.5.0.0 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
TriggerAu committed May 19, 2016
1 parent 2c4f2d7 commit d829c05
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions PluginFiles/ReadMe-TransferWindowPlanner.txt
Expand Up @@ -27,6 +27,11 @@ LICENSE
This work is licensed under an MIT license as outlined at the OSI site. Visit the documentation site for more details and Attribution

VERSION HISTORY
Version 1.5.0.0 - KSP Version: 1.1.2
- Compiled against 1.1.2
- tweaked angle stuff
- integrated nanathan pull for ongui code

Version 1.4.0.0 - KSP Version: 1.0.5
- adjusted angle names, etc to make em consistent - to retrograde, to prograde, etc
- fixed issues with log spam and map view (Issue #35)
Expand Down
4 changes: 2 additions & 2 deletions TransferWindowPlanner/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// 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.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
10 changes: 5 additions & 5 deletions TransferWindowPlanner/TransferWindowPlanner.version
Expand Up @@ -4,23 +4,23 @@
"DOWNLOAD" : "https://github.com/TriggerAu/TransferWindowPlanner/releases",
"VERSION": {
"MAJOR": 1,
"MINOR": 4,
"MINOR": 5,
"PATCH": 0,
"BUILD": 0
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 5
"MINOR": 1,
"PATCH": 2
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 0,
"MINOR": 1,
"PATCH": 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 0,
"MINOR": 1,
"PATCH": 99
}
}

0 comments on commit d829c05

Please sign in to comment.