From 126dad854f22fe30e6b82cd21808e76903d90ac5 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 26 Apr 2024 23:46:19 +0100 Subject: [PATCH] cmake: bump ver to 0.3.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2872cf5..d709c00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.19) -set(VERSION 0.3.1) +set(VERSION 0.3.2) project(hyprwayland-scanner DESCRIPTION "A hyprland version of wayland-scanner in and for C++"