From 6ea4e04532abbed693d428a780db5f415183477d Mon Sep 17 00:00:00 2001 From: Vaxry Date: Wed, 28 Feb 2024 16:05:29 +0000 Subject: [PATCH] cmake: bump ver to 0.1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b1b4e95..85d27fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.19) -set(VERSION 0.1.0) +set(VERSION 0.1.1) project(hypridle DESCRIPTION "An idle management daemon for Hyprland"