Skip to content

Commit

Permalink
Version bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingabopp committed Apr 17, 2019
1 parent 0bf7b5b commit 6a69a62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2.0";
public string Version => "1.3.0";

private static bool _isEnabled = DefaultSettings.IsEnabled;
private static bool _showFailEffect = DefaultSettings.ShowFailEffect;
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.2.0")]
[assembly: AssemblyVersion("1.3.0")]
2 changes: 1 addition & 1 deletion BailOutMode/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "BailOutMode",
"id": "bailoutmode",
"description": "Allows you to continue playing songs without posting a score if you fail, but allows you to post scores if you don't.",
"version": "1.2.0",
"version": "1.3.0",
"gameVersion": "0.13.2",
"author": "Zingabopp",
"features": [
Expand Down

0 comments on commit 6a69a62

Please sign in to comment.