Skip to content

Commit c142bd1

Browse files
committed
update for ksp 1.4.2
1 parent 1fe2ed2 commit c142bd1

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1818
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1919

20-
[assembly: AssemblyVersion("2.1.1.0")]
21-
[assembly: AssemblyFileVersion("2.1.1.0")]
20+
[assembly: AssemblyVersion("2.1.2.0")]
21+
[assembly: AssemblyFileVersion("2.1.2.0")]
2222
// The following attributes are used to specify the signing key for the assembly,
2323
// if desired. See the Mono documentation for more information about signing.
2424

0 Bytes
Binary file not shown.

GameData/Hubs/ReflectionPlugin.version

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
{
1313
"MAJOR":2,
1414
"MINOR":1,
15-
"PATCH":1,
15+
"PATCH":2,
1616
"BUILD":0
1717
},
1818
"KSP_VERSION":
1919
{
2020
"MAJOR":1,
21-
"MINOR":3,
22-
"PATCH":1
21+
"MINOR":4,
22+
"PATCH":2
2323
},
2424
"KSP_VERSION_MIN":
2525
{
2626
"MAJOR":1,
27-
"MINOR":3,
28-
"PATCH":0
27+
"MINOR":4,
28+
"PATCH":1
2929
},
3030
"KSP_VERSION_MAX":
3131
{
3232
"MAJOR":1,
33-
"MINOR":3,
34-
"PATCH":1
33+
"MINOR":4,
34+
"PATCH":2
3535
}
3636
}

0 commit comments

Comments
 (0)