Skip to content

Commit

Permalink
version: Bump version to v1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
darktohka committed Sep 6, 2024
1 parent 0f75a2e commit 59c6c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FlashPatch/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ public string GetUrl() {
}

public class UpdateChecker {
private static readonly string VERSION = "v1.26.1";
private static readonly string VERSION = "v1.27";
private static readonly string AUTHOR = "darktohka";
private static readonly string REPO = "FlashPatch";
private static readonly string USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36";
private static readonly string USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36";

public static string GetAPILink() {
return "https://api.github.com/repos/" + AUTHOR + "/" + REPO + "/releases/latest";
Expand Down

0 comments on commit 59c6c7d

Please sign in to comment.