Skip to content

Commit b72153c

Browse files
committed
bump version to 1.0.5
1 parent 3cccd18 commit b72153c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Flow.Launcher.Plugin.ClipboardPlus.Core/Flow.Launcher.Plugin.ClipboardPlus.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
6-
<Version>1.0.4</Version>
6+
<Version>1.0.5</Version>
77
<UseWindowsForms>true</UseWindowsForms>
88
<TargetFramework>net7.0-windows</TargetFramework>
99
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>

src/Flow.Launcher.Plugin.ClipboardPlus.Panels/Flow.Launcher.Plugin.ClipboardPlus.Panels.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net7.0-windows</TargetFramework>
55
<Nullable>enable</Nullable>
66
<UseWPF>true</UseWPF>
7-
<Version>1.0.4</Version>
7+
<Version>1.0.5</Version>
88
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
99
</PropertyGroup>
1010

src/Flow.Launcher.Plugin.ClipboardPlus/Flow.Launcher.Plugin.ClipboardPlus.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<LangVersion>11</LangVersion>
1212
<Nullable>enable</Nullable>
1313
<TargetFramework>net7.0-windows</TargetFramework>
14-
<Version>1.0.4</Version>
14+
<Version>1.0.5</Version>
1515
<ReleaseOutputPath>./bin/Release</ReleaseOutputPath>
1616
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
1717
</PropertyGroup>

src/Flow.Launcher.Plugin.ClipboardPlus/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Clipboard+",
55
"Description": "Easily manage your clipboard history and customizing copy rules with support for text, images, and files",
66
"Author": "Jack251970",
7-
"Version": "1.0.4",
7+
"Version": "1.0.5",
88
"Language": "csharp",
99
"Website": "https://github.com/Jack251970/Flow.Launcher.Plugin.ClipboardPlus",
1010
"IcoPath": "Images/clipboard.png",

0 commit comments

Comments
 (0)