Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Sep 20, 2022
1 parent f165a39 commit 26affc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Core_LewdCrestX/LewdCrestXPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace KK_LewdCrestX
public partial class LewdCrestXPlugin : BaseUnityPlugin
{
public const string GUID = "LewdCrestX";
public const string Version = "1.3.3";
public const string Version = "1.4";

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

Expand Down
2 changes: 1 addition & 1 deletion src/Core_Pregnancy_KK/PregnancyPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace KK_Pregnancy
public partial class PregnancyPlugin : BaseUnityPlugin
{
public const string GUID = "KK_Pregnancy";
public const string Version = "2.6";
public const string Version = "2.7";

public static ConfigEntry<bool> ConceptionEnabled { get; private set; }
public static ConfigEntry<float> FertilityOverride { get; private set; }
Expand Down

0 comments on commit 26affc4

Please sign in to comment.