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

Commit

Permalink
Forgot to change the version :P
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnnymc2001 committed May 3, 2022
1 parent 1a33c95 commit 151a2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainProgram/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public partial class Form1 : Form
[DllImportAttribute("user32.dll")]
public static extern bool ReleaseCapture();

string version = "v1.3.2";
string version = "v1.3.3";
Configuration config = ConfigurationManager.OpenExeConfiguration(Application.ExecutablePath);

GameStateListener gsl = new GameStateListener(4123);
Expand Down

0 comments on commit 151a2f9

Please sign in to comment.