Skip to content

Commit 9d19538

Browse files
committed
Bump version to 3.0.4
1 parent 28c1b18 commit 9d19538

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net9.0-windows10.0.19041.0</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>3.0.3</Version>
6+
<Version>3.0.4</Version>
77
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
88
</PropertyGroup>
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net9.0-windows10.0.19041.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<UseWPF>true</UseWPF>
7-
<Version>3.0.3</Version>
7+
<Version>3.0.4</Version>
88
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
99
</PropertyGroup>
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Nullable>enable</Nullable>
1111
<TargetFramework>net9.0-windows10.0.19041.0</TargetFramework>
1212
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
13-
<Version>3.0.3</Version>
13+
<Version>3.0.4</Version>
1414
<ReleaseOutputPath>./bin/Release</ReleaseOutputPath>
1515
</PropertyGroup>
1616

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Clipboard+",
55
"Description": "Easily manage your clipboard history and Windows Clipboard History with support for text, images, and files",
66
"Author": "Jack251970",
7-
"Version": "3.0.3",
7+
"Version": "3.0.4",
88
"Language": "csharp",
99
"Website": "https://github.com/Jack251970/Flow.Launcher.Plugin.ClipboardPlus",
1010
"IcoPath": "Images/clipboard.png",

0 commit comments

Comments
 (0)