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

Commit b46a908

Browse files
Update MainWindow.xaml.cs
1 parent 215fd26 commit b46a908

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
@@ -30,8 +30,8 @@ public partial class MainWindow : Window
3030
{
3131

3232
int MajorV = 1;
33-
int MinorV = 0;
34-
int PatchV = 2;
33+
int MinorV = 1;
34+
int PatchV = 0;
3535
Boolean Preview = false;
3636

3737
String IP = "";

0 commit comments

Comments
 (0)