diff --git a/B9AnimationModules/Properties/AssemblyInfo.cs b/B9AnimationModules/Properties/AssemblyInfo.cs index e419b90..f749edf 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.6")] -[assembly: AssemblyFileVersion("1.0.6")] +[assembly: AssemblyVersion("1.0.7")] +[assembly: AssemblyFileVersion("1.0.7")] [assembly: KSPAssembly("B9AnimationModules", 1, 0)] diff --git a/GameData/B9AnimationModules/B9AnimationModules.version b/GameData/B9AnimationModules/B9AnimationModules.version index 0c90f4d..fc64b5b 100644 --- a/GameData/B9AnimationModules/B9AnimationModules.version +++ b/GameData/B9AnimationModules/B9AnimationModules.version @@ -9,7 +9,7 @@ "VERSION": { "MAJOR": 1, "MINOR": 0, - "PATCH": 6 + "PATCH": 7 }, "KSP_VERSION": { "MAJOR": 1, diff --git a/GameData/B9AnimationModules/Plugins/B9AnimationModules.dll b/GameData/B9AnimationModules/Plugins/B9AnimationModules.dll index 288eec1..55ce7a9 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 268030e..68dabcd 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.7 + +* Fix assembly reporting wrong version + ### v1.0.6 * Recompile against KSP 1.3