From 0abaab626859efbe5e45b63cd6d2db5312396cbf Mon Sep 17 00:00:00 2001
From: Jason Turner <jason@emptycrate.com>
Date: Fri, 1 Jul 2022 01:15:58 -0600
Subject: [PATCH] Update tag from v2.0.0 to v3.0.0 for cmake fetch (#429)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e79e4231..2e025915 100644
--- a/README.md
+++ b/README.md
@@ -351,7 +351,7 @@ include(FetchContent)
 
 FetchContent_Declare(ftxui
   GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui
-  GIT_TAG v2.0.0
+  GIT_TAG v3.0.0
 )
 
 FetchContent_GetProperties(ftxui)
-- 
GitLab