diff --git a/BDAnimationModules/AssemblyInfo.cs b/BDAnimationModules/AssemblyInfo.cs index 2c5b437..683d0b9 100644 --- a/BDAnimationModules/AssemblyInfo.cs +++ b/BDAnimationModules/AssemblyInfo.cs @@ -29,5 +29,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("0.6.4.8")] -[assembly: AssemblyFileVersion("0.6.4.8")] \ No newline at end of file +[assembly: AssemblyVersion("0.6.4.9")] +[assembly: AssemblyFileVersion("0.6.4.9")] \ No newline at end of file diff --git a/BahaSP/BDAnimationModules.version b/BahaSP/BDAnimationModules.version index 2f118ff..d0c8316 100644 --- a/BahaSP/BDAnimationModules.version +++ b/BahaSP/BDAnimationModules.version @@ -13,19 +13,19 @@ "MAJOR": 0, "MINOR": 6, "PATCH": 4, - "BUILD": 8 + "BUILD": 9 }, "KSP_VERSION": { "MAJOR": 1, "MINOR": 3, - "PATCH": 0, + "PATCH": 1, "BUILD": 0 }, "KSP_VERSION_MIN": { "MAJOR": 1, "MINOR": 3, - "PATCH": 0, + "PATCH": 1, "BUILD": 0 }, "KSP_VERSION_MAX": { diff --git a/BahaSP/Plugins/BDAnimationModules.dll b/BahaSP/Plugins/BDAnimationModules.dll index 6576034..92bcee2 100644 Binary files a/BahaSP/Plugins/BDAnimationModules.dll and b/BahaSP/Plugins/BDAnimationModules.dll differ diff --git a/BahaSP/Plugins/BDAnimationModules.pdb b/BahaSP/Plugins/BDAnimationModules.pdb index e8b04b7..36e6a19 100644 Binary files a/BahaSP/Plugins/BDAnimationModules.pdb and b/BahaSP/Plugins/BDAnimationModules.pdb differ diff --git a/BahaSP/Plugins/RNModules.dll b/BahaSP/Plugins/RNModules.dll index 367aa74..3ce5c3f 100644 Binary files a/BahaSP/Plugins/RNModules.dll and b/BahaSP/Plugins/RNModules.dll differ diff --git a/BahaSP/Plugins/RNModules.pdb b/BahaSP/Plugins/RNModules.pdb index ec3f134..1ddbbc9 100644 Binary files a/BahaSP/Plugins/RNModules.pdb and b/BahaSP/Plugins/RNModules.pdb differ diff --git a/rnmodules/Properties/AssemblyInfo.cs b/rnmodules/Properties/AssemblyInfo.cs index 7e58550..f89cae7 100644 --- a/rnmodules/Properties/AssemblyInfo.cs +++ b/rnmodules/Properties/AssemblyInfo.cs @@ -4,13 +4,13 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -[assembly: AssemblyVersion("1.1.5.1")] +[assembly: AssemblyVersion("1.1.5.2")] [assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)] [assembly: AssemblyCompany("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCopyright("Copyright © 2017")] [assembly: AssemblyDescription("")] -[assembly: AssemblyFileVersion("1.1.5.1")] +[assembly: AssemblyFileVersion("1.1.5.2")] [assembly: AssemblyProduct("RNModules")] [assembly: AssemblyTitle("RNModules")] [assembly: AssemblyTrademark("")]