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

Commit 212bf0f

Browse files
committed
update readme, new preview gif
1 parent 86243f9 commit 212bf0f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Images/preview.gif

2.64 MB
Loading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Ported to Flow.Launcher: https://github.com/liberize/Flow.Launcher.Plugin.Clipbo
2222

2323
## Usage
2424

25-
The default keyword is `cc`, you can chenge it in the FlowLauncher settings.
25+
The default keyword is `clipboardr`, you can chenge it in the FlowLauncher settings.
2626

2727
Click `Copy` to copy the current data to clipboard, Click `Delete` to delete the record.
2828

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.4";
37+
public string PublishVersion = "0.1.5";
3838

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

0 commit comments

Comments
 (0)