This commit is contained in:
ArthurSonzogni 2025-03-30 01:27:57 +01:00
parent 1144e13125
commit 09eb2f7fb0
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
Unreleased 6.0.2 (2025-03-30)
----- -----
### Component ### Component

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)
project(ftxui project(ftxui
LANGUAGES CXX LANGUAGES CXX
VERSION 6.0.1 VERSION 6.0.2
DESCRIPTION "C++ Functional Terminal User Interface." DESCRIPTION "C++ Functional Terminal User Interface."
) )

View File

@ -372,7 +372,7 @@ include(FetchContent)
FetchContent_Declare(ftxui FetchContent_Declare(ftxui
GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui
GIT_TAG v6.0.1 GIT_TAG v6.0.2
) )
FetchContent_GetProperties(ftxui) FetchContent_GetProperties(ftxui)