Skip to content

Commit

Permalink
increment version 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thojmr committed May 8, 2022
1 parent 25f1bca commit b338daa
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 @@ -30,7 +30,7 @@ namespace KK_PregnancyPlus
public partial class PregnancyPlusPlugin : BaseUnityPlugin
{
public const string GUID = "KK_PregnancyPlus";
public const string Version = "7.0";
public const string Version = "7.1";
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.0
set kk_version=7.1
set kks_name=KKS_PregnancyPlus
set hs2_name=HS2_PregnancyPlus
set ai_name=AI_PregnancyPlus
Expand Down

0 comments on commit b338daa

Please sign in to comment.