Skip to content

Commit

Permalink
update for ksp 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
raidernick committed Dec 23, 2018
1 parent 886a256 commit 6107b4d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions BDAnimationModules/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.6.5.5")]
[assembly: AssemblyFileVersion("0.6.5.5")]
[assembly: AssemblyVersion("0.6.5.6")]
[assembly: AssemblyFileVersion("0.6.5.6")]
10 changes: 5 additions & 5 deletions BahaSP/BDAnimationModules.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
"MAJOR": 0,
"MINOR": 6,
"PATCH": 5,
"BUILD": 5
"BUILD": 6
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 5,
"PATCH": 1,
"MINOR": 6,
"PATCH": 0,
"BUILD": 0
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 5,
"MINOR": 6,
"PATCH": 0,
"BUILD": 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 5,
"MINOR": 6,
"PATCH": 99,
"BUILD": 0
}
Expand Down
Binary file modified BahaSP/Plugins/BDAnimationModules.dll
Binary file not shown.
Binary file modified BahaSP/Plugins/BDAnimationModules.pdb
Binary file not shown.
Binary file modified BahaSP/Plugins/RNModules.dll
Binary file not shown.
Binary file modified BahaSP/Plugins/RNModules.pdb
Binary file not shown.
4 changes: 2 additions & 2 deletions rnmodules/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("1.1.5.8")]
[assembly: AssemblyVersion("1.1.5.9")]
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
[assembly: AssemblyCompany("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyFileVersion("1.1.5.8")]
[assembly: AssemblyFileVersion("1.1.5.9")]
[assembly: AssemblyProduct("RNModules")]
[assembly: AssemblyTitle("RNModules")]
[assembly: AssemblyTrademark("")]
Expand Down

0 comments on commit 6107b4d

Please sign in to comment.