Skip to content

Commit

Permalink
Merge pull request #503 from tukasa0001/feature/5.1.8_not_Prerelease
Browse files Browse the repository at this point in the history
5.1.8でプレリリース外し
  • Loading branch information
yurinakira authored Aug 14, 2024
2 parents 7a8d1cb + f9d09e0 commit 3199bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class Main : BasePlugin
// このバージョンのみで公開ルームを無効にする場合
public static readonly bool IsPublicAvailableOnThisVersion = false;
// プレリリースかどうか
public static bool IsPrerelease { get; } = true;
public static bool IsPrerelease { get; } = false;
public Harmony Harmony { get; } = new Harmony(PluginGuid);
public static Version version = Version.Parse(PluginVersion);
public static Color UnityModColor
Expand Down

0 comments on commit 3199bf4

Please sign in to comment.