version: bump to 0.2.1

This commit is contained in:
outfoxxed 2025-10-11 17:14:14 -07:00
parent f12f0e7c7d
commit c9d3ffb604
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
5 changed files with 21 additions and 18 deletions

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.20)
project(quickshell VERSION "0.2.0" LANGUAGES CXX C)
project(quickshell VERSION "0.2.1" LANGUAGES CXX C)
set(QT_MIN_VERSION "6.6.0")
set(CMAKE_CXX_STANDARD 20)