Skip to content

Commit

Permalink
Bump ClothingStateMenuX version
Browse files Browse the repository at this point in the history
  • Loading branch information
Keelhauled committed Mar 25, 2021
1 parent 9b210ec commit 006ae9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClothingStateMenuX.Koikatu/ClothingStateMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace ClothingStateMenuX.Koikatu
[BepInPlugin("keelhauled.clothingstatemenux", "ClothingStateMenuX", Version)]
public class ClothingStateMenu : BaseUnityPlugin
{
public const string Version = "1.0.2." + BuildNumber.Version;
public const string Version = "1.0.3." + BuildNumber.Version;

private void Awake()
{
Expand Down

0 comments on commit 006ae9d

Please sign in to comment.