diff --git a/README.md b/README.md index 8d592fb1c..2594fb81d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/clipboard/src/clipboard.hpp b/src/clipboard/src/clipboard.hpp index 489eff334..7330ad385 100644 --- a/src/clipboard/src/clipboard.hpp +++ b/src/clipboard/src/clipboard.hpp @@ -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";