Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingabopp committed Apr 17, 2019
1 parent 6be80f6 commit f6e0a07
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 @@ -19,7 +19,7 @@ public class Plugin : IBeatSaberPlugin
{
public static string PluginName = "BailOutMode";
public string Name => PluginName;
public string Version => "1.1.0";
public string Version => "1.2.0";

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.1.0")]
[assembly: AssemblyVersion("1.2.0")]

0 comments on commit f6e0a07

Please sign in to comment.