Skip to content

Commit

Permalink
increment version 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thojmr committed May 22, 2022
1 parent 1094bb9 commit 22c98e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PregnancyPlus/PregnancyPlus.Core/PPPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace KK_PregnancyPlus
public partial class PregnancyPlusPlugin : BaseUnityPlugin
{
public const string GUID = "KK_PregnancyPlus";
public const string Version = "7.3";
public const string Version = "7.4";
internal static new ManualLogSource Logger { get; private set; }


Expand Down
2 changes: 1 addition & 1 deletion release.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
::Zips the dll into the correct directory structure for release
::Make sure to increment the version

set kk_version=7.3
set kk_version=7.4
set kks_name=KKS_PregnancyPlus
set hs2_name=HS2_PregnancyPlus
set ai_name=AI_PregnancyPlus
Expand Down

0 comments on commit 22c98e0

Please sign in to comment.