From 1cfe2d26a82ce794fd33ec06fa022e68501c5a45 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Wed, 24 Apr 2024 21:08:38 +0100 Subject: [PATCH] cmake: bump ver to 0.3.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c96d8c..2872cf5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.19) -set(VERSION 0.3.0) +set(VERSION 0.3.1) project(hyprwayland-scanner DESCRIPTION "A hyprland version of wayland-scanner in and for C++"