Skip to content

Commit 4761e8e

Browse files
committed
Bump version
1 parent 3d2a3e3 commit 4761e8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

โ€ŽREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ curl -sSL https://github.com/Slackadays/Clipboard/raw/main/src/install.sh | bash
3232
---
3333

3434
### **Install Manually**
35-
Get the latest release instead by adding `--branch 0.2.1r2` right after `git clone...`. Change the installation prefix by adding `-DINSTALL_PREFIX=/CUSTOM/PREFIX` to `cmake ..`.
35+
Get the latest release instead by adding `--branch 0.3.0` right after `git clone...`. Change the installation prefix by adding `-DINSTALL_PREFIX=/CUSTOM/PREFIX` to `cmake ..`.
3636
```bash
3737
git clone https://github.com/slackadays/Clipboard
3838
cd Clipboard/build

โ€Žsrc/clipboard/src/clipboard.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct IsTTY {
8181
static IsTTY is_tty;
8282

8383
struct Constants {
84-
std::string_view clipboard_version = "0.2.1r2";
84+
std::string_view clipboard_version = "0.3.0";
8585
std::string_view clipboard_commit = GIT_COMMIT_HASH;
8686
std::string_view data_file_name = "rawdata.clipboard";
8787
std::string_view default_clipboard_name = "0";

0 commit comments

Comments
ย (0)