Skip to content

Commit 60ca80e

Browse files
committed
Merge 3.14.0.0 to master
2 parents 59afc83 + 2e123ec commit 60ca80e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

KerbalAlarmClock/KerbalAlarmClock.version

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
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
}

KerbalAlarmClock/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("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")]

PlugInFiles/ReadMe-KerbalAlarmClock.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ Documentation Site: https://triggerau.github.io/KerbalAlarmClock/
99
Install Instructions: https://triggerau.github.io/KerbalAlarmClock/install.html
1010

1111
INSTALLATION
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

1613
Installing the plugin involves copying the plugin files into the correct location in the KSP aplication folder
1714
1. Extract the Zip file you have downloaded to a temporary Location
@@ -32,6 +29,9 @@ ATTRIBUTION-SOUNDS
3229
Included Sounds are from freesfx.co.uk (https://www.freesfx.co.uk). EULA can be found here: https://www.freesfx.co.uk/info/eula/
3330

3431
VERSION HISTORY
32+
Version 3.14.0.0 - KSP Version: 1.12.3
33+
- Recompiled for 1.12.x
34+
3535
Version 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
486486
Version 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

0 commit comments

Comments
 (0)