version: Update to 34.0.0.192

This commit is contained in:
Daniel
2021-09-14 12:30:38 +03:00
parent ede6826dc4
commit 8bd7b95e45
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ namespace CleanFlashCommon {
}
public class UpdateChecker {
private static readonly string FLASH_VERSION = "34.0.0.184";
private static readonly string VERSION = "v34.0.0.184";
private static readonly string FLASH_VERSION = "34.0.0.192";
private static readonly string VERSION = "v34.0.0.192";
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/92.0.4515.159 Safari/537.36";