diff --git a/GameData/KeepItStraight/KeepItStraight.dll b/GameData/KeepItStraight/KeepItStraight.dll
index 736ae74..d28cf89 100755
Binary files a/GameData/KeepItStraight/KeepItStraight.dll and b/GameData/KeepItStraight/KeepItStraight.dll differ
diff --git a/GameData/KeepItStraight/KeepItStraight.version b/GameData/KeepItStraight/KeepItStraight.version
index 659cbe9..d9db7cc 100644
--- a/GameData/KeepItStraight/KeepItStraight.version
+++ b/GameData/KeepItStraight/KeepItStraight.version
@@ -10,26 +10,26 @@
"VERSION" :
{
"MAJOR" : 1,
- "MINOR" : 3,
+ "MINOR" : 4,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION" :
{
"MAJOR" : 1,
- "MINOR" : 11,
- "PATCH" : 1
+ "MINOR" : 12,
+ "PATCH" : 2
},
"KSP_VERSION_MIN" :
{
"MAJOR" : 1,
- "MINOR" : 11,
- "PATCH" : 1
+ "MINOR" : 12,
+ "PATCH" : 2
},
"KSP_VERSION_MAX" :
{
"MAJOR" : 1,
- "MINOR" : 11,
+ "MINOR" : 12,
"PATCH" : 99
}
}
diff --git a/KeepItStraight/KeepItStraight.csproj b/KeepItStraight/KeepItStraight.csproj
index 45851f8..2a09f19 100644
--- a/KeepItStraight/KeepItStraight.csproj
+++ b/KeepItStraight/KeepItStraight.csproj
@@ -39,16 +39,16 @@
False
- ..\..\..\..\Kerbal Space Program 1.11.1\KSP_x64_Data\Managed\Assembly-CSharp.dll
+ ..\..\..\..\Kerbal Space Program 1.12.2\KSP_x64_Data\Managed\Assembly-CSharp.dll
False
- ..\..\..\..\Kerbal Space Program 1.11.1\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll
+ ..\..\..\..\Kerbal Space Program 1.12.2\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll
False
- ..\..\..\..\Kerbal Space Program 1.11.1\KSP_x64_Data\Managed\UnityEngine.UI.dll
+ ..\..\..\..\Kerbal Space Program 1.12.2\KSP_x64_Data\Managed\UnityEngine.UI.dll
diff --git a/KeepItStraight/Properties/AssemblyInfo.cs b/KeepItStraight/Properties/AssemblyInfo.cs
index 617d42a..bde907f 100644
--- a/KeepItStraight/Properties/AssemblyInfo.cs
+++ b/KeepItStraight/Properties/AssemblyInfo.cs
@@ -16,7 +16,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
-[assembly: AssemblyVersion ("1.3.0.0")]
+[assembly: AssemblyVersion ("1.4.0.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.
diff --git a/README.md b/README.md
index 8edff3e..84ba1b2 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,9 @@
Remembers camera mode between scene switches so you will not end up with AUTO every time.
# Changelog
+## Version 1.4.0
+- Recompile for KSP 1.12.2
+
## Version 1.3.0
- Recompile for KSP 1.11.1