Skip to content

Commit

Permalink
Oops, fixed version info
Browse files Browse the repository at this point in the history
  • Loading branch information
megalon committed Jan 13, 2019
1 parent a1c210c commit 9e71783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BeatSaberTweaks/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Plugin : IPlugin
{
public string Name => "Beat Saber Tweaks";
#if NewUI
public string Version => "4.0.1";
public string Version => "4.1.0";
#else
public string Version => "3.3.2";
#endif
Expand Down
4 changes: 2 additions & 2 deletions BeatSaberTweaks/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("4.0.1.0")]
[assembly: AssemblyFileVersion("4.0.1.0")]
[assembly: AssemblyVersion("4.1.0.0")]
[assembly: AssemblyFileVersion("4.1.0.0")]

0 comments on commit 9e71783

Please sign in to comment.