Skip to content

Commit

Permalink
バージョンを5.0.2に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyz-sui committed Jun 28, 2023
1 parent a883fcf commit 840eca0
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 @@ -49,7 +49,7 @@ public class Main : BasePlugin
// ==========
//Sorry for many Japanese comments.
public const string PluginGuid = "com.emptybottle.townofhost";
public const string PluginVersion = "5.0.0";
public const string PluginVersion = "5.0.2";
// サポートされている最低のAmongUsバージョン
public static readonly string LowestSupportedVersion = "2023.3.28";
public Harmony Harmony { get; } = new Harmony(PluginGuid);
Expand Down

0 comments on commit 840eca0

Please sign in to comment.