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

Commit 6289d69

Browse files
committed
Change version number
1 parent 4d7121e commit 6289d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MainProgram/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public partial class Form1 : Form
3333
[DllImportAttribute("user32.dll")]
3434
public static extern bool ReleaseCapture();
3535

36-
string version = "1.1";
36+
string version = "1.2";
3737
Configuration config = ConfigurationManager.OpenExeConfiguration(Application.ExecutablePath);
3838

3939
GameStateListener gsl = new GameStateListener(4123);

0 commit comments

Comments
 (0)