chore(release): bump version to 1.1.0 for desktop UI redesign

Mark the Mac-inspired layout, About page, and i18n work as a minor
release across CMake, Flatpak, AUR, AppStream metadata, and docs.
This commit is contained in:
Sebastian Palencsar
2026-06-27 13:30:45 +02:00
parent 5e94938466
commit a6a204ae2b
6 changed files with 30 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
project(bearwave VERSION 1.0.5 LANGUAGES CXX)
project(bearwave VERSION 1.1.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)