Skip to content

Commit d399781

Browse files
committed
Bump to 0.6.0
1 parent d4c9aaa commit d399781

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

โ€ŽCMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16)
33
#make a universal binary on macOS
44
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "" FORCE)
55

6-
project(Clipboard LANGUAGES CXX C VERSION 0.5.0)
6+
project(Clipboard LANGUAGES CXX C VERSION 0.6.0)
77
set(CMAKE_CXX_STANDARD 20)
88
set(CMAKE_CXX_STANDARD_REQUIRED True)
99

โ€ŽREADME.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ You can also get the latest Clipboard revision [from GitHub Actions](https://nig
109109
### <img src="documentation/readme-assets/InstallManually.png" alt="Install Manually" height=25px />
110110
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.
111111

112-
Get the latest release instead of the latest commit by adding `--branch 0.5.0` right after `git clone...`.
112+
Get the latest release instead of the latest commit by adding `--branch 0.6.0` right after `git clone...`.
113113

114114
Change the system installation prefix by adding `-DCMAKE_INSTALL_PREFIX=/custom/prefix` to `cmake ..`.
115115
```bash

0 commit comments

Comments
ย (0)