Skip to content

Commit 58f3b9d

Browse files
committed
update for ksp 1.9.x
1 parent 562141c commit 58f3b9d

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

BDAnimationModules/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("BDAnimationModules.Properties")]
13-
[assembly: AssemblyCopyright("Copyright © 2019")]
13+
[assembly: AssemblyCopyright("Copyright © 2020")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("0.6.5.8")]
33-
[assembly: AssemblyFileVersion("0.6.5.8")]
32+
[assembly: AssemblyVersion("0.6.5.9")]
33+
[assembly: AssemblyFileVersion("0.6.5.9")]

BahaSP/BDAnimationModules.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@
1313
"MAJOR": 0,
1414
"MINOR": 6,
1515
"PATCH": 5,
16-
"BUILD": 8
16+
"BUILD": 9
1717
},
1818
"KSP_VERSION":
1919
{
2020
"MAJOR": 1,
21-
"MINOR": 8,
21+
"MINOR": 9,
2222
"PATCH": 0,
2323
"BUILD": 0
2424
},
2525
"KSP_VERSION_MIN": {
2626
"MAJOR": 1,
27-
"MINOR": 8,
27+
"MINOR": 9,
2828
"PATCH": 0,
2929
"BUILD": 0
3030
},
3131
"KSP_VERSION_MAX": {
3232
"MAJOR": 1,
33-
"MINOR": 8,
33+
"MINOR": 9,
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: 3 additions & 3 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.7.0")]
7+
[assembly: AssemblyVersion("1.1.8.0")]
88
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
99
[assembly: AssemblyCompany("")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCopyright("Copyright © 2019")]
11+
[assembly: AssemblyCopyright("Copyright © 2020")]
1212
[assembly: AssemblyDescription("")]
13-
[assembly: AssemblyFileVersion("1.1.7.0")]
13+
[assembly: AssemblyFileVersion("1.1.8.0")]
1414
[assembly: AssemblyProduct("RNModules")]
1515
[assembly: AssemblyTitle("RNModules")]
1616
[assembly: AssemblyTrademark("")]

0 commit comments

Comments
 (0)