Skip to content

Commit e408b4e

Browse files
v5 tag
1 parent b5af8c3 commit e408b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCI/MCIPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace MCI
1010
[BepInProcess("Among Us.exe")]
1111
public partial class MCIPlugin : BasePlugin
1212
{
13-
public const string VersionString = "0.0.4";
13+
public const string VersionString = "0.0.5";
1414
public static System.Version vVersion = new(VersionString);
1515
public Harmony Harmony { get; } = new(Id);
1616
public override void Load()

0 commit comments

Comments
 (0)