We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5af8c3 commit e408b4eCopy full SHA for e408b4e
MCI/MCIPlugin.cs
@@ -10,7 +10,7 @@ namespace MCI
10
[BepInProcess("Among Us.exe")]
11
public partial class MCIPlugin : BasePlugin
12
{
13
- public const string VersionString = "0.0.4";
+ public const string VersionString = "0.0.5";
14
public static System.Version vVersion = new(VersionString);
15
public Harmony Harmony { get; } = new(Id);
16
public override void Load()
0 commit comments