diff --git a/CMakeLists.txt b/CMakeLists.txt index 89d0acb6..142a1a70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) -project(FunctionalPlus VERSION 0.2.14) +project(FunctionalPlus VERSION 0.2.15) # ---- Warning guard ---- diff --git a/INSTALL.md b/INSTALL.md index 5113cf40..307f9f41 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -154,7 +154,7 @@ Just add a *conanfile.txt* with FunctionalPlus as a requirement and chose the ge ``` [requires] -functionalplus/0.2.14-p0 +functionalplus/0.2.15-p0 [generators] cmake