diff --git a/GameData/KSCSwitcher/Plugins/KSCSwitcher.dll b/GameData/KSCSwitcher/Plugins/KSCSwitcher.dll index cd6f927..0a0a367 100644 Binary files a/GameData/KSCSwitcher/Plugins/KSCSwitcher.dll and b/GameData/KSCSwitcher/Plugins/KSCSwitcher.dll differ diff --git a/KSCSwitcher.version b/KSCSwitcher.version index 9902819..2f20362 100644 --- a/KSCSwitcher.version +++ b/KSCSwitcher.version @@ -9,13 +9,13 @@ "VERSION": { "MAJOR": 1, "MINOR": 4, - "PATCH": 3, + "PATCH": 5, "BUILD": 0 }, "KSP_VERSION": { "MAJOR": 1, "MINOR": 4, - "PATCH": 3, + "PATCH": 5, "BUILD": 0 }, "KSP_VERSION_MIN": { diff --git a/Source/KSCSwitcher.csproj b/Source/KSCSwitcher.csproj index bcc9e11..d893f56 100644 --- a/Source/KSCSwitcher.csproj +++ b/Source/KSCSwitcher.csproj @@ -33,18 +33,16 @@ true - - False - ..\..\Dependencies\1.4.3\Assembly-CSharp.dll + + ..\..\Dependencies\1.4.5\Assembly-CSharp.dll False ..\..\..\..\.local\share\Steam\SteamApps\common\Kerbal Space Program\KSP_Data\Managed\System.Core.dll - - False - ..\..\Dependencies\1.4.3\UnityEngine.dll + + ..\..\Dependencies\1.4.5\UnityEngine.dll False diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index f2aef13..3f820d5 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -14,7 +14,7 @@ // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion ("1.4.3.0")] +[assembly: AssemblyVersion ("1.4.5.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. //[assembly: AssemblyDelaySign(false)]