Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KedamaOvO committed Feb 19, 2018
1 parent 3b924bd commit 32bf3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OsuDataDistributeRestfulPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class OsuDataDistributeRestfulPlugin : Plugin
{
public const string PLUGIN_NAME = "OsuDataDistributeRestful";
public const string PLUGIN_AUTHOR = "KedamavOvO";
public const string VERSION = "0.0.4";
public const string VERSION = "0.0.5";

private bool m_http_quit = false;
private HttpListener m_httpd=new HttpListener() { IgnoreWriteExceptions=true};
Expand Down

0 comments on commit 32bf3a0

Please sign in to comment.