Skip to content

Commit

Permalink
Typo, verison update
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Sep 29, 2017
1 parent 029f6b5 commit 2b83db3
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
Binary file modified .vs/ProbeControlRoom/v15/sqlite3/storage.ide
Binary file not shown.
2 changes: 1 addition & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.2.2.7
1.2.2.8
Removed toolbar button when leaving flight scene
10 changes: 5 additions & 5 deletions GameData/ProbeControlRoom/ProbeControlRoom.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"MAJOR" : 1,
"MINOR" : 2,
"PATCH" : 2,
"BUILD" : 7
"BUILD" : 8
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 2,
"PATCH": 2
"MINOR": 3,
"PATCH": 0
},
"KSP_VERSION_MIN":
{
"MAJOR": 1,
"MINOR": 2,
"PATCH": 2
"MINOR": 3,
"PATCH": 0
}
}
10 changes: 5 additions & 5 deletions ProbeControlRoom.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"MAJOR" : 1,
"MINOR" : 2,
"PATCH" : 2,
"BUILD" : 7
"BUILD" : 8
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 2,
"PATCH": 2
"MINOR": 3,
"PATCH": 0
},
"KSP_VERSION_MIN":
{
"MAJOR": 1,
"MINOR": 2,
"PATCH": 2
"MINOR": 3,
"PATCH": 0
}
}
2 changes: 1 addition & 1 deletion ProbeControlRoom/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyVersion("1.2.2.7")]
[assembly: AssemblyVersion("1.2.2.8")]
2 changes: 1 addition & 1 deletion ProbeControlRoom/ProbeControlRoom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ public void OnDestroy()
GameEvents.onVesselChange.Remove(OnVesselChange);
GameEvents.onVesselWasModified.Remove(OnVesselModified);
GameEvents.onGUIApplicationLauncherReady.Remove(onGUIApplicationLauncherReady);
GameEvents.onGUIApplicationLauncherDestroyed.Rempve(OnGUIAppLauncherDestroyed);
GameEvents.onGUIApplicationLauncherDestroyed.Remove(OnGUIAppLauncherDestroyed);
GameEvents.OnMapExited.Remove(onMapExited);
GameEvents.OnCameraChange.Remove(onCameraChange);
GameEvents.onGameSceneSwitchRequested.Remove(OnGameSceneSwitchRequested);
Expand Down
2 changes: 1 addition & 1 deletion ProbeControlRoomToolbar/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyVersion("1.2.2.7")]
[assembly: AssemblyVersion("1.2.2.8")]

0 comments on commit 2b83db3

Please sign in to comment.