Skip to content

Commit

Permalink
increment version 6.0 experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
thojmr committed Jan 23, 2022
1 parent 80d6659 commit b517f5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions PregnancyPlus/PregnancyPlus.Core/Data/PPData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,6 @@ public string GetPluginVersion()
/// </summary>
public bool IsPluginVersionBelow(double version)
{
//TODO remove me
#if DEBUG
return false;
#endif

var existingVersion = GetPluginVersion();
if (existingVersion == null || existingVersion == "0")
return true;
Expand Down
2 changes: 1 addition & 1 deletion PregnancyPlus/PregnancyPlus.Core/PPPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace KK_PregnancyPlus
public partial class PregnancyPlusPlugin : BaseUnityPlugin
{
public const string GUID = "KK_PregnancyPlus";
public const string Version = "5.5";
public const string Version = "6.0";
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=5.5
set kk_version=6.0
set kk_name=KK_PregnancyPlus
set kks_name=KKS_PregnancyPlus
set hs2_name=HS2_PregnancyPlus
Expand Down

0 comments on commit b517f5b

Please sign in to comment.