Skip to content

Commit

Permalink
1.1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbudda committed Jun 24, 2021
1 parent 79872ee commit cc5bab0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
Binary file modified Assets/Plugins/KerbalEngineer.Unity.dll
Binary file not shown.
3 changes: 3 additions & 0 deletions Documents/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.1.8.4, 2021-6-24, KSP 1.12.0 #3140
- Update to KSP 1.12. No changes.

1.1.8.3, 2021-1-5, KSP 1.11.0 #3045
- Restore time precision for vessel orbital period, target orbital period, and node post-burn period readouts.

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/EngineerGlobals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static class EngineerGlobals
/// <summary>
/// Current version of the Kerbal Engineer assembly.
/// </summary>
public const string ASSEMBLY_VERSION = "1.1.8.3";
public const string ASSEMBLY_VERSION = "1.1.8.4";

private static string assemblyFile;
private static string assemblyName;
Expand Down
Binary file modified Output/KerbalEngineer/KerbalEngineer.Unity.dll
Binary file not shown.
Binary file modified Output/KerbalEngineer/KerbalEngineer.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions Output/KerbalEngineer/KerbalEngineer.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"MAJOR":1,
"MINOR":1,
"PATCH":8,
"BUILD":3
"BUILD":4
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":11,
"MINOR":12,
"PATCH":0
},
"KSP_VERSION_MIN":
Expand All @@ -24,7 +24,7 @@
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":11,
"MINOR":12,
"PATCH":9
}
}

0 comments on commit cc5bab0

Please sign in to comment.