Skip to content

Commit c44d60b

Browse files
committed
Bump version number on UI
1 parent be56666 commit c44d60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/KerbalCombatSystems/MainController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ void OnGUI()
291291
}
292292

293293
private void DrawGUI() =>
294-
windowRect = GUILayout.Window(GUIUtility.GetControlID(FocusType.Passive), windowRect, FillWindow, "KCS Beta v0.2.0", GUILayout.Height(0), GUILayout.Width(mode != "Log" ? windowWidth : windowWidth * 1.25f));
294+
windowRect = GUILayout.Window(GUIUtility.GetControlID(FocusType.Passive), windowRect, FillWindow, "KCS Beta v0.2.1", GUILayout.Height(0), GUILayout.Width(mode != "Log" ? windowWidth : windowWidth * 1.25f));
295295

296296
private void FillWindow(int windowID)
297297
{

0 commit comments

Comments
 (0)