Skip to content

Commit

Permalink
Bump to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays committed Dec 17, 2023
1 parent 37a567c commit 1a1d19a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.3)
project(Clipboard LANGUAGES CXX C VERSION 0.9.0)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED True)

Expand Down
1 change: 1 addition & 0 deletions app.getclipboard.Clipboard.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<url type="contribute">https://github.com/Slackadays/Clipboard/blob/main/.github/CONTRIBUTING.md</url>

<releases>
<release version="0.9.0" date="2023-12-17" />
<release version="0.8.3" date="2023-10-02" />
<release version="0.8.2" date="2023-09-30" />
<release version="0.8.1" date="2023-07-08" />
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: clipboard
version: "0.8.3"
version: "0.9.0"
summary: The ultimate clipboard manager for the terminal
description: |
The Clipboard Project is one of the most advanced clipboard managers ever.
Expand Down

0 comments on commit 1a1d19a

Please sign in to comment.