Skip to content

Commit

Permalink
ksp 1.3.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
raidernick committed Oct 15, 2017
1 parent 5d3f1fd commit a9227bf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.4.8")]
[assembly: AssemblyFileVersion("0.6.4.8")]
[assembly: AssemblyVersion("0.6.4.9")]
[assembly: AssemblyFileVersion("0.6.4.9")]
6 changes: 3 additions & 3 deletions BahaSP/BDAnimationModules.version
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
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.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("")]
Expand Down

0 comments on commit a9227bf

Please sign in to comment.