From 8bd7b95e45645f8b0a02b24dcd0ba8e89d4f33c3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 14 Sep 2021 12:30:38 +0300 Subject: [PATCH] version: Update to 34.0.0.192 --- CleanFlashCommon/UpdateChecker.cs | 4 ++-- CleanFlashInstaller/Properties/AssemblyInfo.cs | 8 ++++---- CleanFlashUninstaller/Properties/AssemblyInfo.cs | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CleanFlashCommon/UpdateChecker.cs b/CleanFlashCommon/UpdateChecker.cs index 3490ee4..6ce070b 100644 --- a/CleanFlashCommon/UpdateChecker.cs +++ b/CleanFlashCommon/UpdateChecker.cs @@ -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"; diff --git a/CleanFlashInstaller/Properties/AssemblyInfo.cs b/CleanFlashInstaller/Properties/AssemblyInfo.cs index 50f493c..17ee72a 100644 --- a/CleanFlashInstaller/Properties/AssemblyInfo.cs +++ b/CleanFlashInstaller/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("Clean Flash Player 34.0.0.184 Installer")] +[assembly: AssemblyTitle("Clean Flash Player 34.0.0.192 Installer")] [assembly: AssemblyDescription("The newest version of Flash Player, patched and ready to go beyond 2021.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("FlashPatch Team")] -[assembly: AssemblyProduct("Clean Flash Player 34.0.0.184 Installer")] +[assembly: AssemblyProduct("Clean Flash Player 34.0.0.192 Installer")] [assembly: AssemblyCopyright("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("34.0.0.184")] -[assembly: AssemblyFileVersion("34.0.0.184")] +[assembly: AssemblyVersion("34.0.0.192")] +[assembly: AssemblyFileVersion("34.0.0.192")] diff --git a/CleanFlashUninstaller/Properties/AssemblyInfo.cs b/CleanFlashUninstaller/Properties/AssemblyInfo.cs index 443a1fb..de0091a 100644 --- a/CleanFlashUninstaller/Properties/AssemblyInfo.cs +++ b/CleanFlashUninstaller/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("Clean Flash Player 34.0.0.184 Uninstaller")] +[assembly: AssemblyTitle("Clean Flash Player 34.0.0.192 Uninstaller")] [assembly: AssemblyDescription("The newest version of Flash Player, patched and ready to go beyond 2021.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("FlashPatch Team")] -[assembly: AssemblyProduct("Clean Flash Player 34.0.0.184 Uninstaller")] +[assembly: AssemblyProduct("Clean Flash Player 34.0.0.192 Uninstaller")] [assembly: AssemblyCopyright("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("34.0.0.184")] -[assembly: AssemblyFileVersion("34.0.0.184")] +[assembly: AssemblyVersion("34.0.0.192")] +[assembly: AssemblyFileVersion("34.0.0.192")]