Skip to content

Commit

Permalink
v1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KedamaOvO committed Oct 3, 2019
1 parent 0d82567 commit 8fad4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RealTimePPDisplayerPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class RealTimePPDisplayerPlugin : Plugin
{
public const string PLUGIN_NAME = "RealTimePPDisplayer";
public const string PLUGIN_AUTHOR = "KedamaOvO";
public const string VERSION= "1.8.5";
public const string VERSION= "1.8.6";

private readonly List<DisplayerController> _osuDisplayerControls = new List<DisplayerController>(16);

Expand Down

0 comments on commit 8fad4d2

Please sign in to comment.