Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Nov 3, 2021
1 parent e0d0309 commit 9a4be78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Profile.Core/Profile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Profile : BaseUnityPlugin
public const string PluginGUID = "com.deathweasel.bepinex.profile";
public const string PluginName = "Profile";
public const string PluginNameInternal = Constants.Prefix + "_Profile";
public const string PluginVersion = "1.0.1";
public const string PluginVersion = "1.0.2";

internal static MakerTextbox ProfileTextbox;

Expand Down

0 comments on commit 9a4be78

Please sign in to comment.