Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Conqu3red committed Feb 26, 2021
1 parent 04d862c commit 5c2fe27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultiplayerMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public partial class MultiplayerMod : PolyTechMod
public new const string
PluginGuid = "org.bepinex.plugins.MultiplayerMod",
PluginName = "Multiplayer Mod",
PluginVersion = "1.0.0";
PluginVersion = "1.0.1";

public static ConfigDefinition
modEnabledDef = new ConfigDefinition("Multiplayer Mod", "Enable/Disable Mod");
Expand Down

0 comments on commit 5c2fe27

Please sign in to comment.