From d98785e825009f2e388417f36e9fdce86a6a18b0 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Mon, 1 Dec 2025 12:00:52 -0800 Subject: [PATCH] bump --- .idea/workspace.xml | 37 +++++++++++++++++++++++-------------- CMakeLists.txt | 2 +- 2 files changed, 24 insertions(+), 15 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f99fae8..cc895b2 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -33,17 +33,8 @@ - - - - - - - - - - - + + @@ -351,7 +358,9 @@ - diff --git a/CMakeLists.txt b/CMakeLists.txt index fe6a159..46d72a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(kte) include(GNUInstallDirs) set(CMAKE_CXX_STANDARD 17) -set(KTE_VERSION "1.0.5") +set(KTE_VERSION "1.1.0") # Default to terminal-only build to avoid SDL/OpenGL dependency by default. # Enable with -DBUILD_GUI=ON when SDL2/OpenGL/Freetype are available.