Skip to content

Commit

Permalink
chnage version
Browse files Browse the repository at this point in the history
  • Loading branch information
KedamaOvO committed Sep 16, 2019
1 parent 988cc20 commit f412022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OsuDataDistributeRestfulPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ public class OsuDataDistributeRestfulPlugin : Plugin
{
public const string PLUGIN_NAME = "OsuDataDistributeRestful";
public const string PLUGIN_AUTHOR = "KedamavOvO";
public const string VERSION = "0.5.1";
public const string VERSION = "0.6.0";

public static readonly Version MIN_ORTDP_VERSION = Version.Parse("1.4.3");
public static readonly Version MIN_RTPPD_VERSION = Version.Parse("1.7.0");
public static readonly Version MIN_ORTDP_VERSION = Version.Parse("1.5.0");
public static readonly Version MIN_RTPPD_VERSION = Version.Parse("1.8.0");

public ApiServer ApiServer { get; private set; }
private FileServer fileHttpServer;
Expand Down

0 comments on commit f412022

Please sign in to comment.