We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5250fb5 commit f08db98Copy full SHA for f08db98
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.21)
2
cmake_policy(SET CMP0048 NEW)
3
-project(blobdrop VERSION 1.0 DESCRIPTION "Drag and drop files directly out of the terminal")
+project(blobdrop VERSION 2.0 DESCRIPTION "Drag and drop files directly out of the terminal")
4
5
set(CMAKE_CXX_STANDARD 20)
6
set(CMAKE_CXX_STANDARD_REQUIRED ON)
flake.nix
@@ -14,7 +14,7 @@
14
15
blobdrop = pkgs.gcc13Stdenv.mkDerivation {
16
pname = "blobdrop";
17
- version = "1.0";
+ version = "2.0";
18
19
src = ./.;
20
0 commit comments