From de644d94be8e551f7b80ce516ef181f0c9b12b23 Mon Sep 17 00:00:00 2001 From: Uyanide Date: Thu, 15 Jan 2026 07:34:58 +0100 Subject: [PATCH] 3 is a good number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a71c8f6..a0ddd66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -project(Wallpaper_Carousel VERSION 1.0.2 LANGUAGES CXX) +project(Wallpaper_Carousel VERSION 1.0.3 LANGUAGES CXX) set(EXECUTABLE_NAME "wallpaper-carousel")