From 083bdbb6ea2886681227899754b22c3c6f686376 Mon Sep 17 00:00:00 2001 From: Jackson Huff Date: Sat, 3 Jun 2023 09:59:41 -0400 Subject: [PATCH] Bump to 0.8.0 --- CMakeLists.txt | 2 +- README.md | 2 +- app.getclipboard.Clipboard.metainfo.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 35449c394..ca0150b99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16) #make a universal binary on macOS set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "" FORCE) -project(Clipboard LANGUAGES CXX C VERSION 0.7.1) +project(Clipboard LANGUAGES CXX C VERSION 0.8.0) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED True) diff --git a/README.md b/README.md index bdafa975f..5426b3a5a 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ You can also get the latest revision of the Clipboard Project [from GitHub Actio ### Install Manually You'll need CMake and C++20 support, and if you want X11 and/or Wayland compatibility, you'll also need libx11 and/or libwayland plus Wayland Protocols. -Get the latest release instead of the latest commit by adding `--branch 0.7.1` right after `git clone...`. +Get the latest release instead of the latest commit by adding `--branch 0.8.0` 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 58ed6a147..6c95e9369 100644 --- a/app.getclipboard.Clipboard.metainfo.xml +++ b/app.getclipboard.Clipboard.metainfo.xml @@ -30,6 +30,7 @@ https://github.com/Slackadays/Clipboard/blob/main/.github/CONTRIBUTING.md +