From 462664520ae20ccc6121c9ed706d49aa00fd73d0 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Thu, 27 May 2021 16:04:46 +0200 Subject: [PATCH] Increase version to 0.6 Two new compoents: - CatchEvent - ResizableSplit{Left,Top,Right,Bottom} --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ec81e4..9926417 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ endif() project(ftxui LANGUAGES CXX - VERSION 0.5.${git_version} + VERSION 0.6.${git_version} ) option(FTXUI_BUILD_EXAMPLES "Set to ON to build examples" ON)