diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 14a36c6..49b6526 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -33,17 +33,9 @@
-
+
-
-
-
-
-
-
-
-
@@ -171,7 +163,7 @@
1764457173148
-
+
@@ -237,7 +229,15 @@
1764502480274
-
+
+
+ 1764505723411
+
+
+
+ 1764505723411
+
+
@@ -259,7 +259,8 @@
-
+
+
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f5c481a..a476a04 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.0")
+set(KTE_VERSION "0.9.0")
# Default to terminal-only build to avoid SDL/OpenGL dependency by default.
# Enable with -DBUILD_GUI=ON when SDL2/OpenGL/Freetype are available.