Skip to content

Commit

Permalink
Bump version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roker2 committed Mar 23, 2023
1 parent e542d91 commit f8e7958
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 @@ -12,7 +12,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.0";
private const string PluginVersion = "1.0.1";

internal static Config Config { get; } = OptionsPanelHandler.RegisterModOptions<Config>();

Expand Down

0 comments on commit f8e7958

Please # to comment.