Skip to content

Commit 985532f

Browse files
Version bump to fix .version file
1 parent 251f050 commit 985532f

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed
500 KB
Binary file not shown.
500 KB
Binary file not shown.

ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.1.6.18
2+
Version bump to fix .version file
3+
14
0.1.6.17
25
Version bump for 1.5 rebuild
36

GameData/001_ToolbarControl/ToolbarControl.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"MAJOR" : 0,
1313
"MINOR" : 1,
1414
"PATCH" : 6,
15-
"BUILD" : 17
15+
"BUILD" : 18
1616
},
1717
"KSP_VERSION":
1818
{

ToolbarControl.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"MAJOR" : 0,
1313
"MINOR" : 1,
1414
"PATCH" : 6,
15-
"BUILD" : 17
15+
"BUILD" : 18
1616
},
1717
"KSP_VERSION":
1818
{

ToolbarControl/AssemblyVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
using System.Reflection;
77

8-
[assembly: AssemblyVersion("0.1.6.17")]
8+
[assembly: AssemblyVersion("0.1.6.18")]

0 commit comments

Comments
 (0)