Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit e087ac5

Browse files
committed
bump to v0.2.0
1 parent e3580b2 commit e087ac5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class BuildContext : FrostingContext
3434
public Lazy<SolutionParserResult> DefaultSln { get; set; }
3535
public const string DeployFramework = "net7.0-windows";
3636
public string PublishDir = ".dist";
37-
public string PublishVersion = "0.1.7";
37+
public string PublishVersion = "0.2.0";
3838

3939
public BuildContext(ICakeContext context)
4040
: base(context)

src/ClipboardR/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "ClipboardR",
55
"Description": "A clipboard plugin for Flow.Launcher, support pictures!",
66
"Author": "Rainyl",
7-
"Version": "0.1.7",
7+
"Version": "0.2.0",
88
"Language": "csharp",
99
"Website": "https://github.com/rainyl/Flow.Launcher.Plugin.ClipboardR",
1010
"IcoPath": "Images/clipboard.png",

0 commit comments

Comments
 (0)