Skip to content

Commit

Permalink
bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack251970 committed Oct 11, 2024
1 parent 8bbb52d commit 30ffbb8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.9</Version>
<Version>1.1.0</Version>
<TargetFramework>net7.0-windows</TargetFramework>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
<UseWindowsForms>true</UseWindowsForms>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net7.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<Version>1.0.9</Version>
<Version>1.1.0</Version>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<LangVersion>11</LangVersion>
<Nullable>enable</Nullable>
<TargetFramework>net7.0-windows</TargetFramework>
<Version>1.0.9</Version>
<Version>1.1.0</Version>
<ReleaseOutputPath>./bin/Release</ReleaseOutputPath>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Flow.Launcher.Plugin.ClipboardPlus/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 30ffbb8

Please sign in to comment.