From d309d583b255443d3241d5e0486e28d658ed1772 Mon Sep 17 00:00:00 2001 From: Aleksey Loginov Date: Fri, 22 Nov 2024 23:04:25 +0300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5dd028316..583b3d6bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ include(cmake/prelude.cmake) project( ReactivePlusPlus - VERSION 2.2.0 + VERSION 2.2.1 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