Skip to content

Commit

Permalink
Version change
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingabopp committed Mar 3, 2019
1 parent 423f9c9 commit 206cdb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1";
public string Version => "1.0.2";

private static bool _isEnabled = false;
private static bool _showFailEffect = true;
Expand Down
2 changes: 1 addition & 1 deletion BailOutMode/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyVersion("1.0.2")]

0 comments on commit 206cdb3

Please sign in to comment.