Skip to content

Commit 6107b4d

Browse files
committed
update for ksp 1.6
1 parent 886a256 commit 6107b4d

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

BDAnimationModules/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("0.6.5.5")]
33-
[assembly: AssemblyFileVersion("0.6.5.5")]
32+
[assembly: AssemblyVersion("0.6.5.6")]
33+
[assembly: AssemblyFileVersion("0.6.5.6")]

BahaSP/BDAnimationModules.version

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@
1313
"MAJOR": 0,
1414
"MINOR": 6,
1515
"PATCH": 5,
16-
"BUILD": 5
16+
"BUILD": 6
1717
},
1818
"KSP_VERSION":
1919
{
2020
"MAJOR": 1,
21-
"MINOR": 5,
22-
"PATCH": 1,
21+
"MINOR": 6,
22+
"PATCH": 0,
2323
"BUILD": 0
2424
},
2525
"KSP_VERSION_MIN": {
2626
"MAJOR": 1,
27-
"MINOR": 5,
27+
"MINOR": 6,
2828
"PATCH": 0,
2929
"BUILD": 0
3030
},
3131
"KSP_VERSION_MAX": {
3232
"MAJOR": 1,
33-
"MINOR": 5,
33+
"MINOR": 6,
3434
"PATCH": 99,
3535
"BUILD": 0
3636
}
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

BahaSP/Plugins/RNModules.dll

0 Bytes
Binary file not shown.

BahaSP/Plugins/RNModules.pdb

0 Bytes
Binary file not shown.

rnmodules/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
using System.Runtime.CompilerServices;
55
using System.Runtime.InteropServices;
66

7-
[assembly: AssemblyVersion("1.1.5.8")]
7+
[assembly: AssemblyVersion("1.1.5.9")]
88
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
99
[assembly: AssemblyCompany("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCopyright("Copyright © 2018")]
1212
[assembly: AssemblyDescription("")]
13-
[assembly: AssemblyFileVersion("1.1.5.8")]
13+
[assembly: AssemblyFileVersion("1.1.5.9")]
1414
[assembly: AssemblyProduct("RNModules")]
1515
[assembly: AssemblyTitle("RNModules")]
1616
[assembly: AssemblyTrademark("")]

0 commit comments

Comments
 (0)