Skip to content

Commit

Permalink
Increment version number to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MayouKurayami committed Apr 28, 2020
1 parent a8d8f93 commit a4c5251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CrossFader/Bero.CrossFader/CrossFader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Bero.CrossFader
[BepInPlugin("bero.crossfader", "CrossFader", Version)]
public class CrossFader : BaseUnityPlugin
{
public const string Version = "0.5";
public const string Version = "0.6";
internal static HFlag flags;
internal static ChaControl female;

Expand Down

0 comments on commit a4c5251

Please # to comment.