diff --git a/B9AnimationModules/Properties/AssemblyInfo.cs b/B9AnimationModules/Properties/AssemblyInfo.cs index 2dcae68..b2192ec 100644 --- a/B9AnimationModules/Properties/AssemblyInfo.cs +++ b/B9AnimationModules/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.0")] -[assembly: AssemblyFileVersion("1.1.0")] +[assembly: AssemblyVersion("1.2.0")] +[assembly: AssemblyFileVersion("1.2.0")] -[assembly: KSPAssembly("B9AnimationModules", 1, 1, 0)] +[assembly: KSPAssembly("B9AnimationModules", 1, 2, 0)] diff --git a/GameData/B9AnimationModules/B9AnimationModules.version b/GameData/B9AnimationModules/B9AnimationModules.version index 9a1074b..bda95dc 100644 --- a/GameData/B9AnimationModules/B9AnimationModules.version +++ b/GameData/B9AnimationModules/B9AnimationModules.version @@ -8,12 +8,12 @@ }, "VERSION": { "MAJOR": 1, - "MINOR": 1, + "MINOR": 2, "PATCH": 0 }, "KSP_VERSION": { "MAJOR": 1, - "MINOR": 3, - "PATCH": 1 + "MINOR": 4, + "PATCH": 2 } } diff --git a/GameData/B9AnimationModules/Plugins/B9AnimationModules.dll b/GameData/B9AnimationModules/Plugins/B9AnimationModules.dll index cc85410..967813d 100644 Binary files a/GameData/B9AnimationModules/Plugins/B9AnimationModules.dll and b/GameData/B9AnimationModules/Plugins/B9AnimationModules.dll differ diff --git a/README.md b/README.md index c84fedc..fbc0d36 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,10 @@ A simple module designed to animate based off an engine throttle. Replicates mu ## Changelog +### v1.2.0 + +* Recompile against KSP 1.4.2 + ### v1.1.0 * Recompile against KSP 1.3.1