cleanflash: Update to 34.0.0.301

This commit is contained in:
darktohka
2023-09-04 19:27:04 +03:00
parent 93aa977a47
commit 2ebc6b9a41
4 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ namespace CleanFlashCommon {
}
public class UpdateChecker {
private static readonly string FLASH_VERSION = "34.0.0.295";
private static readonly string VERSION = "34.0.0.295";
private static readonly string FLASH_VERSION = "34.0.0.301";
private static readonly string VERSION = "34.0.0.301";
private static readonly string AUTHOR = "cleanflash";
private static readonly string REPO = "installer";
private static readonly string USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36";