Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit a6aba54

Browse files
committed
Bug fixes
1 parent a48a582 commit a6aba54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BeatSaberModManager/Forms/FormMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ private void CheckDefaultMod(ReleaseInfo release, ListViewItem item)
185185
}
186186
else
187187
{
188-
release.install = false;
188+
// release.install = false;
189189
}
190190
}
191191
#endregion

BeatSaberModManager/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("0.2.2.1")]
36+
[assembly: AssemblyVersion("0.2.2.2")]
3737
[assembly: AssemblyFileVersion("1.0.0.0")]
3838
[assembly: NeutralResourcesLanguage("en")]
3939

0 commit comments

Comments
 (0)