Skip to content

Commit 54fa0c9

Browse files
committed
Version 1.6.2.0 ready
1 parent 81635d2 commit 54fa0c9

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

PluginFiles/ReadMe-TransferWindowPlanner.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ LICENSE
2727
This work is licensed under an MIT license as outlined at the OSI site. Visit the documentation site for more details and Attribution
2828

2929
VERSION HISTORY
30+
Version 1.6.2.0 - KSP Version: 1.3.0
31+
- Recompile for 1.3.0
32+
- Added guard clause to always create the PluginData folder if its missing
33+
3034
Version 1.6.1.0 - KSP Version: 1.2.2
3135
- Moved settings to PluginData to help out for MM peeps
3236
- Tidied up some minor obselesence

TransferWindowPlanner/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.6.1.0")]
36-
[assembly: AssemblyFileVersion("1.6.1.0")]
35+
[assembly: AssemblyVersion("1.6.2.0")]
36+
[assembly: AssemblyFileVersion("1.6.2.0")]

TransferWindowPlanner/TransferWindowPlanner.version

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
"VERSION": {
66
"MAJOR": 1,
77
"MINOR": 6,
8-
"PATCH": 1,
8+
"PATCH": 2,
99
"BUILD": 0
1010
},
1111
"KSP_VERSION": {
1212
"MAJOR": 1,
13-
"MINOR": 2,
14-
"PATCH": 2
13+
"MINOR": 3,
14+
"PATCH": 0
1515
},
1616
"KSP_VERSION_MIN": {
1717
"MAJOR": 1,
18-
"MINOR": 2,
18+
"MINOR": 3,
1919
"PATCH": 0
2020
},
2121
"KSP_VERSION_MAX": {
2222
"MAJOR": 1,
23-
"MINOR": 2,
23+
"MINOR": 3,
2424
"PATCH": 99
2525
}
2626
}

0 commit comments

Comments
 (0)