diff --git a/B9AnimationModules/Properties/AssemblyInfo.cs b/B9AnimationModules/Properties/AssemblyInfo.cs index d8d356e..e2e1a3e 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.0.4")] -[assembly: AssemblyFileVersion("1.0.4")] +[assembly: AssemblyVersion("1.0.5")] +[assembly: AssemblyFileVersion("1.0.5")] [assembly: KSPAssembly("B9AnimationModules", 1, 0)] diff --git a/GameData/B9AnimationModules/B9AnimationModules.version b/GameData/B9AnimationModules/B9AnimationModules.version index 9fb0f85..8ec821b 100644 --- a/GameData/B9AnimationModules/B9AnimationModules.version +++ b/GameData/B9AnimationModules/B9AnimationModules.version @@ -9,11 +9,11 @@ "VERSION": { "MAJOR": 1, "MINOR": 0, - "PATCH": 4 + "PATCH": 5 }, "KSP_VERSION": { "MAJOR": 1, "MINOR": 2, - "PATCH": 0 + "PATCH": 2 } } diff --git a/GameData/B9AnimationModules/Plugins/B9AnimationModules.dll b/GameData/B9AnimationModules/Plugins/B9AnimationModules.dll index e112a80..ff4eb3a 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 b6ff668..668f8c5 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.0.5 + +* Recompile against KSP 1.2.2 + ### v1.0.4 * Update for KSP 1.2