version: Bump version to 34.0.0.164 and fix ownership issues

This commit is contained in:
Daniel
2021-06-16 13:50:44 +03:00
parent 91c09ff019
commit 606d5c1e47
8 changed files with 173 additions and 95 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ namespace CleanFlashCommon {
}
public class UpdateChecker {
private static readonly string FLASH_VERSION = "34.0.0.155";
private static readonly string VERSION = "v34.0.0.155";
private static readonly string FLASH_VERSION = "34.0.0.164";
private static readonly string VERSION = "v34.0.0.164";
private static readonly string FLASH_PLAYER_EXECUTABLE = "flashplayer_sa.exe";
private static readonly string AUTHOR = "cleanflash";
private static readonly string REPO = "installer";