Skip to content

Commit

Permalink
version bump (for breaking change)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conqu3red committed Jul 23, 2022
1 parent d2f9e9c commit 1a7f55a
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.2";
PluginVersion = "1.1.0";

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

0 comments on commit 1a7f55a

Please sign in to comment.