diff --git a/BeautySearch/Installer/ScriptInstaller.cs b/BeautySearch/Installer/ScriptInstaller.cs index 40ddce5..ec2ad3b 100644 --- a/BeautySearch/Installer/ScriptInstaller.cs +++ b/BeautySearch/Installer/ScriptInstaller.cs @@ -266,7 +266,6 @@ public static string FindControllerFile() public static void ClearIconCache() { string ICON_CACHE_DIR = $@"{GetCurrentUserSearchAppDataDirectory()}\LocalState\AppIconCache"; - MessageBox.Show(ICON_CACHE_DIR); if (Directory.Exists(ICON_CACHE_DIR)) { Directory.Delete(ICON_CACHE_DIR, true); diff --git a/BeautySearch/Properties/AssemblyInfo.cs b/BeautySearch/Properties/AssemblyInfo.cs index 0861839..49164bb 100644 --- a/BeautySearch/Properties/AssemblyInfo.cs +++ b/BeautySearch/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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("1.9.0.0")] -[assembly: AssemblyFileVersion("1.9.0.0")] +[assembly: AssemblyVersion("1.9.1.0")] +[assembly: AssemblyFileVersion("1.9.1.0")]