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

Commit b2c1cac

Browse files
committed
Update Version String
1 parent a407ae8 commit b2c1cac

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.2.1";
37+
string version = "v1.2.1-fixapi";
3838
Configuration config = ConfigurationManager.OpenExeConfiguration(Application.ExecutablePath);
3939

4040
GameStateListener gsl = new GameStateListener(4123);

0 commit comments

Comments
 (0)