Skip to content

Commit

Permalink
update for ksp 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raidernick committed Oct 26, 2018
1 parent 7a88190 commit 886a256
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.4")]
[assembly: AssemblyFileVersion("0.6.5.4")]
[assembly: AssemblyVersion("0.6.5.5")]
[assembly: AssemblyFileVersion("0.6.5.5")]
14 changes: 7 additions & 7 deletions BahaSP/BDAnimationModules.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@
{
"USERNAME":"raidernick",
"REPOSITORY":"BDAnimationModules",
"ALLOW_PRE_RELEASE":false
"ALLOW_PRE_RELEASE":false,
},
"VERSION":
{
"MAJOR": 0,
"MINOR": 6,
"PATCH": 5,
"BUILD": 4
"BUILD": 5
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 4,
"PATCH": 3,
"MINOR": 5,
"PATCH": 1,
"BUILD": 0
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 4,
"PATCH": 1,
"MINOR": 5,
"PATCH": 0,
"BUILD": 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 4,
"MINOR": 5,
"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.7")]
[assembly: AssemblyVersion("1.1.5.8")]
[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.7")]
[assembly: AssemblyFileVersion("1.1.5.8")]
[assembly: AssemblyProduct("RNModules")]
[assembly: AssemblyTitle("RNModules")]
[assembly: AssemblyTrademark("")]
Expand Down

0 comments on commit 886a256

Please sign in to comment.