Skip to content

Commit

Permalink
SubnauticaTelemetryPlugin: Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roker2 committed Apr 26, 2023
1 parent f58c091 commit 865354c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SubnauticaTelemetry/SubnauticaTelemetryPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class SubnauticaTelemetryPlugin : BaseUnityPlugin
{
private const string PluginGUID = "by.roker2.subnauticatelemetrylibrary";
private const string PluginName = "Subnautica Telemetry Library";
private const string PluginVersion = "1.0.2";
private const string PluginVersion = "1.1.0";

internal static ManualLogSource Log;

Expand Down

0 comments on commit 865354c

Please sign in to comment.