We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adce52 commit 523f477Copy full SHA for 523f477
BrowserSearch/BrowserSearch.csproj
@@ -6,6 +6,7 @@
6
<UseWPF>true</UseWPF>
7
<AssemblyName>Community.PowerToys.Run.Plugin.$(MSBuildProjectName)</AssemblyName>
8
<Platforms>AnyCPU;x64</Platforms>
9
+ <Version>1.3.1</Version>
10
</PropertyGroup>
11
12
<!-- These libraries can be copied from any installation of PowerToys -->
BrowserSearch/plugin.json
@@ -4,7 +4,7 @@
4
"IsGlobal": true,
5
"Name": "Browser Search",
"Author": "TBM13",
- "Version": "1.3.0",
+ "Version": "1.3.1",
"Language": "csharp",
"Website": "https://github.com/TBM13/BrowserSearch",
"ExecuteFileName": "Community.PowerToys.Run.Plugin.BrowserSearch.dll",
0 commit comments