From 30ffbb883ffc7de5178c7b2786a4a9993a4aff7c Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Fri, 11 Oct 2024 23:11:42 +0800 Subject: [PATCH] bump version to 1.1.0 --- .../Flow.Launcher.Plugin.ClipboardPlus.Core.csproj | 2 +- .../Flow.Launcher.Plugin.ClipboardPlus.Panels.csproj | 2 +- .../Flow.Launcher.Plugin.ClipboardPlus.csproj | 2 +- src/Flow.Launcher.Plugin.ClipboardPlus/plugin.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Flow.Launcher.Plugin.ClipboardPlus.Core/Flow.Launcher.Plugin.ClipboardPlus.Core.csproj b/src/Flow.Launcher.Plugin.ClipboardPlus.Core/Flow.Launcher.Plugin.ClipboardPlus.Core.csproj index d2679c2..66c844a 100644 --- a/src/Flow.Launcher.Plugin.ClipboardPlus.Core/Flow.Launcher.Plugin.ClipboardPlus.Core.csproj +++ b/src/Flow.Launcher.Plugin.ClipboardPlus.Core/Flow.Launcher.Plugin.ClipboardPlus.Core.csproj @@ -3,7 +3,7 @@ enable enable - 1.0.9 + 1.1.0 net7.0-windows 7.0 true diff --git a/src/Flow.Launcher.Plugin.ClipboardPlus.Panels/Flow.Launcher.Plugin.ClipboardPlus.Panels.csproj b/src/Flow.Launcher.Plugin.ClipboardPlus.Panels/Flow.Launcher.Plugin.ClipboardPlus.Panels.csproj index 3f55fc4..1e4d468 100644 --- a/src/Flow.Launcher.Plugin.ClipboardPlus.Panels/Flow.Launcher.Plugin.ClipboardPlus.Panels.csproj +++ b/src/Flow.Launcher.Plugin.ClipboardPlus.Panels/Flow.Launcher.Plugin.ClipboardPlus.Panels.csproj @@ -4,7 +4,7 @@ net7.0-windows enable true - 1.0.9 + 1.1.0 7.0 diff --git a/src/Flow.Launcher.Plugin.ClipboardPlus/Flow.Launcher.Plugin.ClipboardPlus.csproj b/src/Flow.Launcher.Plugin.ClipboardPlus/Flow.Launcher.Plugin.ClipboardPlus.csproj index df50bf5..7e44d1a 100644 --- a/src/Flow.Launcher.Plugin.ClipboardPlus/Flow.Launcher.Plugin.ClipboardPlus.csproj +++ b/src/Flow.Launcher.Plugin.ClipboardPlus/Flow.Launcher.Plugin.ClipboardPlus.csproj @@ -10,7 +10,7 @@ 11 enable net7.0-windows - 1.0.9 + 1.1.0 ./bin/Release 7.0 diff --git a/src/Flow.Launcher.Plugin.ClipboardPlus/plugin.json b/src/Flow.Launcher.Plugin.ClipboardPlus/plugin.json index 0311387..f0db959 100644 --- a/src/Flow.Launcher.Plugin.ClipboardPlus/plugin.json +++ b/src/Flow.Launcher.Plugin.ClipboardPlus/plugin.json @@ -4,7 +4,7 @@ "Name": "Clipboard+", "Description": "Easily manage your clipboard history and customizing copy rules with support for text, images, and files", "Author": "Jack251970", - "Version": "1.0.9", + "Version": "1.1.0", "Language": "csharp", "Website": "https://github.com/Jack251970/Flow.Launcher.Plugin.ClipboardPlus", "IcoPath": "Images/clipboard.png",