Skip to content

Commit 3baaf2c

Browse files
Fixed wrong URL in version file
1 parent 4804d8c commit 3baaf2c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog.txt

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

3+
0.1.9.13
4+
Fixed wrong URL in version file
5+
36
0.1.9.12
47
Fixed bug where memory was continually used when icons were being updated every frame on the Blizzy toolbar, even if no change had been made
58
Updated version file to use github for version info

ToolbarControl.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"NAME": "ToolbarControl",
3-
"URL": "https://raw.githubusercontent.com/linuxgurugamer/ksp_toolbar/refs/heads/master/Toolbar.version",
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": 12
13+
"BUILD": 13
1414
},
1515
"KSP_VERSION": {
1616
"MAJOR": 1,

0 commit comments

Comments
 (0)