Skip to content

Commit 5a7e5d4

Browse files
Update changelog and version
1 parent fdee88a commit 5a7e5d4

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
ChangeLog
22

3+
0.1.9.14
4+
Thanks to github user @averageksp for this:
5+
Fix Spelling Error (Blizzy toobar is now Blizzy toolbar)
6+
37
0.1.9.13
48
Fixed wrong URL in version file
59

GameData/001_ToolbarControl/ToolbarControl.version

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"NAME": "ToolbarControl",
3-
"URL": "http://ksp.spacetux.net/avc/ToolbarControl",
3+
"URL": "https://raw.githubusercontent.com/linuxgurugamer/ToolbarControl/refs/heads/master/ToolbarControl.version",
44
"DOWNLOAD": "https://github.com/linuxgurugamer/ToolbarControl/releases",
55
"GITHUB": {
66
"USERNAME": "linuxgurugamer",
@@ -10,7 +10,7 @@
1010
"MAJOR": 0,
1111
"MINOR": 1,
1212
"PATCH": 9,
13-
"BUILD": 11
13+
"BUILD": 14
1414
},
1515
"KSP_VERSION": {
1616
"MAJOR": 1,
@@ -21,5 +21,10 @@
2121
"MAJOR": 1,
2222
"MINOR": 9,
2323
"PATCH": 0
24+
},
25+
"KSP_VERSION_MAX": {
26+
"MAJOR": 1,
27+
"MINOR": 12,
28+
"PATCH": 99
2429
}
2530
}

ToolbarControl.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"MAJOR": 0,
1111
"MINOR": 1,
1212
"PATCH": 9,
13-
"BUILD": 13
13+
"BUILD": 14
1414
},
1515
"KSP_VERSION": {
1616
"MAJOR": 1,

ToolbarControl/AssemblyVersion.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111
using System.Reflection;
1212

13-
[assembly: AssemblyVersion("0.1.9.11")]
14-
[assembly: AssemblyFileVersion("0.1.9.11")]
13+
[assembly: AssemblyVersion("0.1.9.14")]
14+
[assembly: AssemblyFileVersion("0.1.9.14")]

0 commit comments

Comments
 (0)