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

Commit 71b482f

Browse files
committed
Update Version.. Again
1 parent b2c1cac commit 71b482f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MainProgram/Form1.cs

Lines changed: 2 additions & 2 deletions
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-fixapi";
37+
string version = "v1.2.2";
3838
Configuration config = ConfigurationManager.OpenExeConfiguration(Application.ExecutablePath);
3939

4040
GameStateListener gsl = new GameStateListener(4123);
@@ -94,7 +94,7 @@ private async void getLastestVersion()
9494
{
9595
try
9696
{
97-
GitHubClient client = new GitHubClient(new ProductHeaderValue("SomeName"));
97+
GitHubClient client = new GitHubClient(new ProductHeaderValue("Chrome"));
9898
var releases = await client.Repository.GetAllTags("Johnnymc2001", "CSGO-RPC");
9999
string tagName = releases[0].Name;
100100
if (tagName.Equals(version)) lblLastest.ForeColor = Color.Green;

0 commit comments

Comments
 (0)