From 1a38b76992f3fea697afbea612c730efc56224d0 Mon Sep 17 00:00:00 2001 From: TBM13 Date: Wed, 10 Jul 2024 00:22:51 -0300 Subject: [PATCH] Release 1.7.0 --- BrowserSearch/BrowserSearch.csproj | 2 +- BrowserSearch/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BrowserSearch/BrowserSearch.csproj b/BrowserSearch/BrowserSearch.csproj index 79f12ea..5e902eb 100644 --- a/BrowserSearch/BrowserSearch.csproj +++ b/BrowserSearch/BrowserSearch.csproj @@ -6,7 +6,7 @@ true Community.PowerToys.Run.Plugin.$(MSBuildProjectName) AnyCPU;x64 - 1.6.0 + 1.7.0 diff --git a/BrowserSearch/plugin.json b/BrowserSearch/plugin.json index 92eb7ae..458424b 100644 --- a/BrowserSearch/plugin.json +++ b/BrowserSearch/plugin.json @@ -4,7 +4,7 @@ "IsGlobal": true, "Name": "Browser Search", "Author": "TBM13", - "Version": "1.6.0", + "Version": "1.7.0", "Language": "csharp", "Website": "https://github.com/TBM13/BrowserSearch", "ExecuteFileName": "Community.PowerToys.Run.Plugin.BrowserSearch.dll",