Skip to content

Commit c07971a

Browse files
committed
bump version to 1.1.7
1 parent f5c382d commit c07971a

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.1.6</Version>
6+
<Version>1.1.7</Version>
77
<TargetFramework>net7.0-windows</TargetFramework>
88
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
99
<UseWindowsForms>true</UseWindowsForms>

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.1.6</Version>
7+
<Version>1.1.7</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>1.1.6</Version>
13+
<Version>1.1.7</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 customizing copy rules with support for text, images, and files",
66
"Author": "Jack251970",
7-
"Version": "1.1.6",
7+
"Version": "1.1.7",
88
"Language": "csharp",
99
"Website": "https://github.com/Jack251970/Flow.Launcher.Plugin.ClipboardPlus",
1010
"IcoPath": "Images/clipboard.png",

0 commit comments

Comments
 (0)