From 468daecbe95fc85fdd483fd9869bea636add8661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Fri, 9 Jan 2026 00:02:06 +0100 Subject: [PATCH] Bumping version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40a83dd..52fdd06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10.0) -project(hyprland-toggle-tiling VERSION 0.1.0 LANGUAGES C CXX) +project(hyprland-toggle-tiling VERSION 1.4.0 LANGUAGES C CXX) include(FetchContent) FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.12.0/json.tar.xz)