Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays committed Feb 2, 2023
1 parent 3d2a3e3 commit 4761e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ curl -sSL https://github.com/Slackadays/Clipboard/raw/main/src/install.sh | bash
---

### **Install Manually**
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 ..`.
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 ..`.
```bash
git clone https://github.com/slackadays/Clipboard
cd Clipboard/build
Expand Down
2 changes: 1 addition & 1 deletion src/clipboard/src/clipboard.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ struct IsTTY {
static IsTTY is_tty;

struct Constants {
std::string_view clipboard_version = "0.2.1r2";
std::string_view clipboard_version = "0.3.0";
std::string_view clipboard_commit = GIT_COMMIT_HASH;
std::string_view data_file_name = "rawdata.clipboard";
std::string_view default_clipboard_name = "0";
Expand Down

0 comments on commit 4761e8e

Please sign in to comment.