diff --git a/CMakeLists.txt b/CMakeLists.txt
index 965a6ce..4e5003d 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 1.9.0 LANGUAGES CXX
+ project(indicators VERSION 2.0.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 1.9.0 LANGUAGES CXX
+ project(indicators VERSION 2.0.0 LANGUAGES CXX
DESCRIPTION "Activity Indicators for Modern C++")
else()
- project(indicators VERSION 1.9.0 LANGUAGES CXX)
+ project(indicators VERSION 2.0.0 LANGUAGES CXX)
endif()
if(EXISTS "${CMAKE_BINARY_DIR}/conanbuildinfo.cmake")
diff --git a/README.md b/README.md
index 8019c07..c614609 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
-
+