Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KedamaOvO committed Oct 3, 2019
1 parent caf8424 commit bf8d279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IngameOverlayPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace IngameOverlay
[SyncPluginDependency("7216787b-507b-4eef-96fb-e993722acf2e", Version = "^1.4.3", Require = true)]
public class IngameOverlayPlugin : Plugin
{
public const string PLUGIN_VERSION = "0.3.0";
public const string PLUGIN_VERSION = "0.3.1";
private string _currentStatusString = "Idle";
private BreakTimeParser _breakTimeParser;

Expand Down

0 comments on commit bf8d279

Please sign in to comment.