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

Commit 151a2f9

Browse files
committed
Forgot to change the version :P
1 parent 1a33c95 commit 151a2f9

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
@@ -34,7 +34,7 @@ public partial class Form1 : Form
3434
[DllImportAttribute("user32.dll")]
3535
public static extern bool ReleaseCapture();
3636

37-
string version = "v1.3.2";
37+
string version = "v1.3.3";
3838
Configuration config = ConfigurationManager.OpenExeConfiguration(Application.ExecutablePath);
3939

4040
GameStateListener gsl = new GameStateListener(4123);

0 commit comments

Comments
 (0)