Skip to content

Commit 6e7e2ad

Browse files
committed
Version 3.9.0.0 ready
1 parent d4b3d90 commit 6e7e2ad

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
*.user
77
*.sln.docstates
88

9+
.vs/
10+
911
# Build results
1012

1113
[Dd]ebug/

KerbalAlarmClock/KerbalAlarmClock.version

Lines changed: 6 additions & 6 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": 8,
8-
"PATCH": 5,
7+
"MINOR": 9,
8+
"PATCH": 0,
99
"BUILD": 0
1010
},
1111
"KSP_VERSION": {
1212
"MAJOR": 1,
13-
"MINOR": 3,
14-
"PATCH": 0
13+
"MINOR": 4,
14+
"PATCH": 1
1515
},
1616
"KSP_VERSION_MIN": {
1717
"MAJOR": 1,
18-
"MINOR": 3,
18+
"MINOR": 4,
1919
"PATCH": 0
2020
},
2121
"KSP_VERSION_MAX": {
2222
"MAJOR": 1,
23-
"MINOR": 3,
23+
"MINOR": 4,
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.8.5.0")]
36-
[assembly: AssemblyFileVersion("3.8.5.0")]
35+
[assembly: AssemblyVersion("3.9.0.0")]
36+
[assembly: AssemblyFileVersion("3.9.0.0")]

PlugInFiles/ReadMe-KerbalAlarmClock.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ ATTRIBUTION-SOUNDS
3232
Included Sounds are from freesfx.co.uk (http://www.freesfx.co.uk). EULA can be found here: http://www.freesfx.co.uk/info/eula/
3333

3434
VERSION HISTORY
35+
Version 3.9.0.0 - KSP Version: 1.4.1
36+
- Recompiled for 1.4.1 (Issue #199, #199)
37+
- Fix alarm delete when no message displayed (Issue #195)
38+
3539
Version 3.8.5.0 - KSP Version: 1.3.0
3640
- Recompiled for 1.3.0 (Issue #191)
3741
- Merged in configurable tooltip period (Issue #190)

0 commit comments

Comments
 (0)