Skip to content

Commit a9a5ff4

Browse files
committed
Bump version
1 parent c64b4fe commit a9a5ff4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

โ€ŽCMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.3.2)
6+
project(Clipboard LANGUAGES CXX C VERSION 0.4.0)
77
set(CMAKE_CXX_STANDARD 20)
88
set(CMAKE_CXX_STANDARD_REQUIRED True)
99

โ€ŽREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can also download Clipboard [directly from GitHub Actions.](https://nightly.
4949
---
5050

5151
### Install Manually (you'll need CMake and C++20 support)
52-
Get the latest release instead by adding `--branch 0.3.2` right after `git clone...`.
52+
Get the latest release instead by adding `--branch 0.4.0` right after `git clone...`.
5353
Change the system installation prefix by adding `-DCMAKE_INSTALL_PREFIX=/custom/prefix` to `cmake ..`.
5454
```bash
5555
git clone https://github.com/Slackadays/Clipboard

0 commit comments

Comments
ย (0)