Skip to content

Commit dca1fa5

Browse files
committed
bump version to 2.2.2
1 parent 6b12e87 commit dca1fa5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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>2.1.1</Version>
7+
<Version>2.2.2</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
@@ -10,7 +10,7 @@
1010
<LangVersion>11</LangVersion>
1111
<Nullable>enable</Nullable>
1212
<TargetFramework>net7.0-windows</TargetFramework>
13-
<Version>2.1.1</Version>
13+
<Version>2.2.2</Version>
1414
<ReleaseOutputPath>./bin/Release</ReleaseOutputPath>
1515
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
1616
</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 Windows Clipboard History with support for text, images, and files",
66
"Author": "Jack251970",
7-
"Version": "2.1.1",
7+
"Version": "2.2.2",
88
"Language": "csharp",
99
"Website": "https://github.com/Jack251970/Flow.Launcher.Plugin.ClipboardPlus",
1010
"IcoPath": "Images/clipboard.png",

0 commit comments

Comments
 (0)