Skip to content

Commit

Permalink
EnableResize version up to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Mar 8, 2023
1 parent ba276fe commit 99aef40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BepInEx.EnableResize/EnableResize.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class EnableResize : BaseUnityPlugin
{
public const string GUID = "BepInEx.EnableResize";
public const string PluginName = "Enable Resize";
public const string Version = "2.0";
public const string Version = "3.0";

public static ConfigEntry<bool> ConfigEnableResize { get; private set; }

Expand Down

0 comments on commit 99aef40

Please sign in to comment.