From 06c51f084c1df3672644744cf4131948ed7d8f0d Mon Sep 17 00:00:00 2001 From: Aleksey Loginov Date: Sat, 16 Nov 2024 19:49:40 +0300 Subject: [PATCH] v2.2.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8800bf2ca..5dd028316 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ include(cmake/prelude.cmake) project( ReactivePlusPlus - VERSION 2.1.0 + VERSION 2.2.0 DESCRIPTION "ReactivePlusPlus is library for building asynchronous event-driven streams of data with help of sequences of primitive operators in the declarative form" HOMEPAGE_URL "https://github.com/victimsnino/ReactivePlusPlus" LANGUAGES CXX