Skip to content

Commit

Permalink
Bump version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Jan 27, 2022
1 parent 9d8cdb0 commit 5122d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion BeautySearch/Installer/ScriptInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions BeautySearch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 5122d20

Please sign in to comment.