Skip to content

Commit

Permalink
increment version 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thojmr committed Sep 1, 2021
1 parent 73e0c6a commit 158e8b5
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 @@ -29,7 +29,7 @@ namespace KK_PregnancyPlus
public partial class PregnancyPlusPlugin : BaseUnityPlugin
{
public const string GUID = "KK_PregnancyPlus";
public const string Version = "4.11";
public const string Version = "4.12";
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=4.11
set kk_version=4.12
set kk_name=KK_PregnancyPlus
set kks_name=KKS_PregnancyPlus
set hs2_name=HS2_PregnancyPlus
Expand Down

0 comments on commit 158e8b5

Please sign in to comment.