Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MayouKurayami committed Jul 6, 2020
1 parent 5673ce8 commit db9bed0
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 @@ -12,7 +12,7 @@ namespace Bero.CrossFader
public class CrossFader : BaseUnityPlugin
{
public const string PluginName = "CrossFader";
public const string Version = "0.8";
public const string Version = "0.9";
internal static HFlag flags;
internal static ChaControl female;

Expand Down

0 comments on commit db9bed0

Please sign in to comment.