diff --git a/README.md b/README.md index 6c2de6c97..069f34601 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ $ alias cb='snap run clipboard' ### Install Manually You'll need CMake and C++20 support, and if you want X11 or Wayland support, you'll also need libx11 or libwayland plus Wayland Protocols respectively. If you're on Linux, you'll need ALSA. -Get the latest release instead of the latest commit by adding `--branch 0.8.1` right after `git clone...`. +Get the latest release instead of the latest commit by adding `--branch 0.8.2` right after `git clone...`. Change the system installation prefix by adding `-DCMAKE_INSTALL_PREFIX=/custom/prefix` to `cmake ..`, or the library install location by adding `-DCMAKE_INSTALL_LIBDIR=/custom/dir`. ```bash diff --git a/app.getclipboard.Clipboard.metainfo.xml b/app.getclipboard.Clipboard.metainfo.xml index 3c1474cc8..74926af60 100644 --- a/app.getclipboard.Clipboard.metainfo.xml +++ b/app.getclipboard.Clipboard.metainfo.xml @@ -26,7 +26,7 @@ An example of using Clipboard - https://raw.githubusercontent.com/Slackadays/Clipboard/0.8.1/documentation/readme-assets/CBDemo.png + https://raw.githubusercontent.com/Slackadays/Clipboard/0.8.2/documentation/readme-assets/CBDemo.png @@ -44,6 +44,7 @@ https://github.com/Slackadays/Clipboard/blob/main/.github/CONTRIBUTING.md + diff --git a/snapcraft.yaml b/snapcraft.yaml index 2da3549cf..f4be6b57b 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: clipboard -version: "0.8.1" +version: "0.8.2" summary: The ultimate clipboard manager for the terminal description: | The Clipboard Project is one of the most advanced clipboard managers ever.