Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit bafb794

Browse files
Update MainWindow.xaml.cs
1 parent 61fbbc3 commit bafb794

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

C#/MainWindow.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ namespace Qosmetics_QSaber_Fix
2626
public partial class MainWindow : Window
2727
{
2828
int MajorV = 1;
29-
int MinorV = 0;
30-
int PatchV = 1;
29+
int MinorV = 1;
30+
int PatchV = 0;
3131
Boolean Preview = false;
3232

3333
Boolean draggable = true;

0 commit comments

Comments
 (0)