Skip to content

Commit cc496c4

Browse files
committed
update for ksp 1.4.2
1 parent e16cd9b commit cc496c4

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

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.2")]
33-
[assembly: AssemblyFileVersion("0.6.5.2")]
32+
[assembly: AssemblyVersion("0.6.5.3")]
33+
[assembly: AssemblyFileVersion("0.6.5.3")]

BahaSP/BDAnimationModules.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"MAJOR": 0,
1414
"MINOR": 6,
1515
"PATCH": 5,
16-
"BUILD": 2
16+
"BUILD": 3
1717
},
1818
"KSP_VERSION":
1919
{
2020
"MAJOR": 1,
2121
"MINOR": 4,
22-
"PATCH": 1,
22+
"PATCH": 2,
2323
"BUILD": 0
2424
},
2525
"KSP_VERSION_MIN": {
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.5")]
7+
[assembly: AssemblyVersion("1.1.5.6")]
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.5")]
13+
[assembly: AssemblyFileVersion("1.1.5.6")]
1414
[assembly: AssemblyProduct("RNModules")]
1515
[assembly: AssemblyTitle("RNModules")]
1616
[assembly: AssemblyTrademark("")]

0 commit comments

Comments
 (0)