BareCode V 1.1.0

This commit is contained in:
2026-08-10 09:28:12 +02:00
parent 663127eaa6
commit d9d60b73f9
13 changed files with 1604 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project(BareCode
VERSION 1.0.0
VERSION 1.1.0
DESCRIPTION "A modular code editor built with Qt6"
LANGUAGES CXX
)