From 7a3c71112e73585c27f63aeed92ac8ea5bffe193 Mon Sep 17 00:00:00 2001 From: Riri Date: Tue, 26 Mar 2024 15:27:05 +0800 Subject: [PATCH] chore: v0.2.0 --- Community.PowerToys.Run.Plugin.WebSearchShortcut/plugin.json | 2 +- Directory.Build.Props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Community.PowerToys.Run.Plugin.WebSearchShortcut/plugin.json b/Community.PowerToys.Run.Plugin.WebSearchShortcut/plugin.json index 983eed0..37d60d8 100644 --- a/Community.PowerToys.Run.Plugin.WebSearchShortcut/plugin.json +++ b/Community.PowerToys.Run.Plugin.WebSearchShortcut/plugin.json @@ -5,7 +5,7 @@ "IsGlobal": false, "Name": "Web Search Shortcut", "Author": "Daydreamer-riri", - "Version": "0.1.2", + "Version": "0.2.0", "Language": "csharp", "Website": "https://github.com/Daydreamer-riri/PowerToys-Run-WebSearchShortcut", "ExecuteFileName": "Community.PowerToys.Run.Plugin.WebSearchShortcut.dll", diff --git a/Directory.Build.Props b/Directory.Build.Props index 5b0a96c..23ac3f1 100644 --- a/Directory.Build.Props +++ b/Directory.Build.Props @@ -1,6 +1,6 @@ - 0.1.2 + 0.2.0 \ No newline at end of file