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

Commit

Permalink
Change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnnymc2001 committed Jan 26, 2022
1 parent 4d7121e commit 6289d69
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 @@ -33,7 +33,7 @@ public partial class Form1 : Form
[DllImportAttribute("user32.dll")]
public static extern bool ReleaseCapture();

string version = "1.1";
string version = "1.2";
Configuration config = ConfigurationManager.OpenExeConfiguration(Application.ExecutablePath);

GameStateListener gsl = new GameStateListener(4123);
Expand Down

0 comments on commit 6289d69

Please sign in to comment.