From 6432875ef4c866d25e324c19a787b5bb90b0ab12 Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Mon, 3 May 2021 09:38:25 -0500 Subject: [PATCH] Bumped to v2.2 --- CMakeLists.txt | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 82a696d..91d8924 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,14 +5,14 @@ if(DEFINED PROJECT_NAME) endif() if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.12") - project(indicators VERSION 2.1.0 LANGUAGES CXX + project(indicators VERSION 2.2.0 LANGUAGES CXX HOMEPAGE_URL "https://github.com/p-ranav/indicators" DESCRIPTION "Activity Indicators for Modern C++") elseif(CMAKE_VERSION VERSION_GREATER_EQUAL "3.9") - project(indicators VERSION 2.1.0 LANGUAGES CXX + project(indicators VERSION 2.2.0 LANGUAGES CXX DESCRIPTION "Activity Indicators for Modern C++") else() - project(indicators VERSION 2.1.0 LANGUAGES CXX) + project(indicators VERSION 2.2.0 LANGUAGES CXX) endif() if(EXISTS "${CMAKE_BINARY_DIR}/conanbuildinfo.cmake") diff --git a/README.md b/README.md index f3d8f85..06ccb4f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ license - version + version