From 8ab7a8ba37727533074c2d6b7873d31e5024e9eb Mon Sep 17 00:00:00 2001 From: Linus Dierheimer Date: Sun, 26 Jun 2022 13:41:55 +0200 Subject: [PATCH] Release 1.5.5 Feature: Detect wayland WM much faster Bugfix: Wayland backend for resolution working once again Bugfix: Plasma values are no longer victims to race conditions --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 554834795..02f06faff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs project(fastfetch - VERSION 1.5.4 + VERSION 1.5.5 LANGUAGES C )