File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 44 "DOWNLOAD" : "https://github.com/TriggerAu/KerbalAlarmClock/releases",
55 "VERSION": {
66 "MAJOR": 3,
7- "MINOR": 13 ,
7+ "MINOR": 14 ,
88 "PATCH": 0,
99 "BUILD": 0
1010 },
1111 "KSP_VERSION": {
1212 "MAJOR": 1,
13- "MINOR": 9 ,
14- "PATCH": 1
13+ "MINOR": 12 ,
14+ "PATCH": 3
1515 },
1616 "KSP_VERSION_MIN": {
1717 "MAJOR": 1,
18- "MINOR": 9 ,
18+ "MINOR": 12 ,
1919 "PATCH": 0
2020 },
2121 "KSP_VERSION_MAX": {
2222 "MAJOR": 1,
23- "MINOR": 9 ,
23+ "MINOR": 12 ,
2424 "PATCH": 99
2525 }
2626}
Original file line number Diff line number Diff line change 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 ( "3.13 .0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "3.13 .0.0" ) ]
35+ [ assembly: AssemblyVersion ( "3.14 .0.0" ) ]
36+ [ assembly: AssemblyFileVersion ( "3.14 .0.0" ) ]
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ Documentation Site: https://triggerau.github.io/KerbalAlarmClock/
99Install Instructions: https://triggerau.github.io/KerbalAlarmClock/install.html
1010
1111INSTALLATION
12- ******************* NOTE ******************* NOTE ******************* NOTE *******************
13- IF YOU WANT TO MAINTAIN YOUR SETTINGS DO NOT COPY THE CONFIG.XML FILE OVER
14- ******************* NOTE ******************* NOTE ******************* NOTE *******************
1512
1613Installing the plugin involves copying the plugin files into the correct location in the KSP aplication folder
17141. Extract the Zip file you have downloaded to a temporary Location
@@ -32,6 +29,9 @@ ATTRIBUTION-SOUNDS
3229Included Sounds are from freesfx.co.uk (https://www.freesfx.co.uk). EULA can be found here: https://www.freesfx.co.uk/info/eula/
3330
3431VERSION HISTORY
32+ Version 3.14.0.0 - KSP Version: 1.12.3
33+ - Recompiled for 1.12.x
34+
3535Version 3.13.0.0 - KSP Version: 1.9.1
3636- Recompiled for 1.9.1
3737- Fix for input locking chekcing issue on Linux - thanks Taniwha
@@ -486,4 +486,4 @@ Version 1.0.1.0 - KSP Version: 0.18.4
486486Version 1.0.0.0 - KSP Version: 0.18.4
487487- Initial Release
488488- Allows for creating Raw Alarms
489- - Allows for creating Alarms based on Manuever Nodes
489+ - Allows for creating Alarms based on Manuever Nodes
You can’t perform that action at this time.
0 commit comments