Skip to content

Commit 886a256

Browse files
committed
update for ksp 1.5.1
1 parent 7a88190 commit 886a256

7 files changed

Lines changed: 11 additions & 11 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.4")]
33-
[assembly: AssemblyFileVersion("0.6.5.4")]
32+
[assembly: AssemblyVersion("0.6.5.5")]
33+
[assembly: AssemblyFileVersion("0.6.5.5")]

BahaSP/BDAnimationModules.version

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,31 @@
66
{
77
"USERNAME":"raidernick",
88
"REPOSITORY":"BDAnimationModules",
9-
"ALLOW_PRE_RELEASE":false
9+
"ALLOW_PRE_RELEASE":false,
1010
},
1111
"VERSION":
1212
{
1313
"MAJOR": 0,
1414
"MINOR": 6,
1515
"PATCH": 5,
16-
"BUILD": 4
16+
"BUILD": 5
1717
},
1818
"KSP_VERSION":
1919
{
2020
"MAJOR": 1,
21-
"MINOR": 4,
22-
"PATCH": 3,
21+
"MINOR": 5,
22+
"PATCH": 1,
2323
"BUILD": 0
2424
},
2525
"KSP_VERSION_MIN": {
2626
"MAJOR": 1,
27-
"MINOR": 4,
28-
"PATCH": 1,
27+
"MINOR": 5,
28+
"PATCH": 0,
2929
"BUILD": 0
3030
},
3131
"KSP_VERSION_MAX": {
3232
"MAJOR": 1,
33-
"MINOR": 4,
33+
"MINOR": 5,
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.7")]
7+
[assembly: AssemblyVersion("1.1.5.8")]
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.7")]
13+
[assembly: AssemblyFileVersion("1.1.5.8")]
1414
[assembly: AssemblyProduct("RNModules")]
1515
[assembly: AssemblyTitle("RNModules")]
1616
[assembly: AssemblyTrademark("")]

0 commit comments

Comments
 (0)