Skip to content

Commit

Permalink
[Crest] Version up to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Dec 26, 2021
1 parent 05f6050 commit 1acfafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core_LewdCrestX/LewdCrestXPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace KK_LewdCrestX
public partial class LewdCrestXPlugin : BaseUnityPlugin
{
public const string GUID = "LewdCrestX";
public const string Version = "1.3";
public const string Version = "1.3.1";

public static Dictionary<CrestType, CrestInfo> CrestInfos { get; } = new Dictionary<CrestType, CrestInfo>();

Expand Down

0 comments on commit 1acfafd

Please sign in to comment.