From 7cff4581a3753154fc5b41f39a098fad49b777b1 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 18 Apr 2024 21:34:42 +0100 Subject: [PATCH] props: bump version to 0.1.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e6f3565..2525385 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.19) -set(VERSION 0.1.1) +set(VERSION 0.1.2) project(hypridle DESCRIPTION "An idle management daemon for Hyprland"