Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathWeasel1337 committed Jan 5, 2022
1 parent 4e8f1e0 commit ee8d000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MoreOutfits.Core/MoreOutfits.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class Plugin : BaseUnityPlugin
public const string PluginGUID = "com.deathweasel.bepinex.moreoutfits";
public const string PluginName = "More Outfit Slots";
public const string PluginNameInternal = Constants.Prefix + "_MoreOutfits";
public const string PluginVersion = "1.1.1";
public const string PluginVersion = "1.1.2";

internal static new ManualLogSource Logger;
internal static Plugin Instance;
Expand Down

0 comments on commit ee8d000

Please sign in to comment.