Skip to content

Commit 1d6cbc1

Browse files
committed
update for ksp 1.7
1 parent 6107b4d commit 1d6cbc1

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

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 © 2018")]
13+
[assembly: AssemblyCopyright("Copyright © 2019")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

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

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": 6
16+
"BUILD": 7
1717
},
1818
"KSP_VERSION":
1919
{
2020
"MAJOR": 1,
21-
"MINOR": 6,
21+
"MINOR": 7,
2222
"PATCH": 0,
2323
"BUILD": 0
2424
},
2525
"KSP_VERSION_MIN": {
2626
"MAJOR": 1,
27-
"MINOR": 6,
27+
"MINOR": 7,
2828
"PATCH": 0,
2929
"BUILD": 0
3030
},
3131
"KSP_VERSION_MAX": {
3232
"MAJOR": 1,
33-
"MINOR": 6,
33+
"MINOR": 7,
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.5.9")]
7+
[assembly: AssemblyVersion("1.1.6.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 © 2018")]
11+
[assembly: AssemblyCopyright("Copyright © 2019")]
1212
[assembly: AssemblyDescription("")]
13-
[assembly: AssemblyFileVersion("1.1.5.9")]
13+
[assembly: AssemblyFileVersion("1.1.6.0")]
1414
[assembly: AssemblyProduct("RNModules")]
1515
[assembly: AssemblyTitle("RNModules")]
1616
[assembly: AssemblyTrademark("")]

0 commit comments

Comments
 (0)