Skip to content

Commit 2b83db3

Browse files
Typo, verison update
1 parent 029f6b5 commit 2b83db3

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed
0 Bytes
Binary file not shown.

ChangeLog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.2.2.7
1+
1.2.2.8
22
Removed toolbar button when leaving flight scene

GameData/ProbeControlRoom/ProbeControlRoom.version

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
"MAJOR" : 1,
1414
"MINOR" : 2,
1515
"PATCH" : 2,
16-
"BUILD" : 7
16+
"BUILD" : 8
1717
},
1818
"KSP_VERSION":
1919
{
2020
"MAJOR": 1,
21-
"MINOR": 2,
22-
"PATCH": 2
21+
"MINOR": 3,
22+
"PATCH": 0
2323
},
2424
"KSP_VERSION_MIN":
2525
{
2626
"MAJOR": 1,
27-
"MINOR": 2,
28-
"PATCH": 2
27+
"MINOR": 3,
28+
"PATCH": 0
2929
}
3030
}

ProbeControlRoom.version

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
"MAJOR" : 1,
1414
"MINOR" : 2,
1515
"PATCH" : 2,
16-
"BUILD" : 7
16+
"BUILD" : 8
1717
},
1818
"KSP_VERSION":
1919
{
2020
"MAJOR": 1,
21-
"MINOR": 2,
22-
"PATCH": 2
21+
"MINOR": 3,
22+
"PATCH": 0
2323
},
2424
"KSP_VERSION_MIN":
2525
{
2626
"MAJOR": 1,
27-
"MINOR": 2,
28-
"PATCH": 2
27+
"MINOR": 3,
28+
"PATCH": 0
2929
}
3030
}

ProbeControlRoom/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("1.2.2.7")]
8+
[assembly: AssemblyVersion("1.2.2.8")]

ProbeControlRoom/ProbeControlRoom.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public void OnDestroy()
309309
GameEvents.onVesselChange.Remove(OnVesselChange);
310310
GameEvents.onVesselWasModified.Remove(OnVesselModified);
311311
GameEvents.onGUIApplicationLauncherReady.Remove(onGUIApplicationLauncherReady);
312-
GameEvents.onGUIApplicationLauncherDestroyed.Rempve(OnGUIAppLauncherDestroyed);
312+
GameEvents.onGUIApplicationLauncherDestroyed.Remove(OnGUIAppLauncherDestroyed);
313313
GameEvents.OnMapExited.Remove(onMapExited);
314314
GameEvents.OnCameraChange.Remove(onCameraChange);
315315
GameEvents.onGameSceneSwitchRequested.Remove(OnGameSceneSwitchRequested);

ProbeControlRoomToolbar/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("1.2.2.7")]
8+
[assembly: AssemblyVersion("1.2.2.8")]

0 commit comments

Comments
 (0)