We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2ce3f commit 9dce9b9Copy full SHA for 9dce9b9
OsuDataDistributeRestfulPlugin.cs
@@ -15,7 +15,7 @@ public class OsuDataDistributeRestfulPlugin : Plugin
15
{
16
public const string PLUGIN_NAME = "OsuDataDistributeRestful";
17
public const string PLUGIN_AUTHOR = "KedamavOvO";
18
- public const string VERSION = "0.3.2";
+ public const string VERSION = "0.4.0";
19
20
public ApiServer ApiServer { get; private set; }
21
private FileServer fileHttpServer;
0 commit comments