Skip to content

Commit

Permalink
1.12 support (#21)
Browse files Browse the repository at this point in the history
* 1.12 - recompile dll

* 1.12 - update version and cs
  • Loading branch information
Theysen authored Mar 18, 2022
1 parent 638aba4 commit d475716
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified RSSVE/Plugins/RSSVE.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions RSSVE/RSSVE.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
{
"MAJOR" : 2,
"MINOR" : 1,
"PATCH" : 4
"PATCH" : 5
},
"KSP_VERSION_MIN" :
{
"MAJOR" : 1,
"MINOR" : 10
"MINOR" : 12
}
}
2 changes: 1 addition & 1 deletion Source/Utilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public struct VersionCompatible
/// <summary>
/// The compatible Unity version.
/// </summary>
public const string UnityVersion = "2019.2.2f1";
public const string UnityVersion = "2019.4.18f1";

/// <summary>
/// The name of the assembly (used as a tag for the notification dialogs and the log file).
Expand Down

0 comments on commit d475716

Please sign in to comment.