Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingabopp committed May 1, 2019
1 parent a9e0f7e commit a21b0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BailOutMode/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class Plugin : IBeatSaberPlugin
{
public static string PluginName = "BailOutMode";
public string Name => PluginName;
public string Version => "1.3.0";
public string Version => "1.3.1";

private static bool _isEnabled = DefaultSettings.IsEnabled;
private static bool _showFailEffect = DefaultSettings.ShowFailEffect;
Expand Down

0 comments on commit a21b0d7

Please sign in to comment.