Skip to content

Commit

Permalink
Fixed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingabopp committed Mar 3, 2019
1 parent 9f8eb06 commit c88f715
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 @@ -18,7 +18,7 @@ public class Plugin : IPlugin
{
public static string PluginName = "BailOutMode";
public string Name => PluginName;
public string Version => "1.0.2";
public string Version => "1.0.1";

private static bool _isEnabled = false;
private static bool _showFailEffect = true;
Expand Down

0 comments on commit c88f715

Please sign in to comment.