diff --git a/CMakeLists.txt b/CMakeLists.txt index d9faef2..b8bde9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ project( DESCRIPTION "A range adaptor that is a lazy view version of std::inclusive_scan" LANGUAGES CXX - VERSION 0.1.0 + VERSION 0.2.0 ) # [CMAKE.SKIP_TESTS] diff --git a/vcpkg.json b/vcpkg.json index 9755ee6..29a00c9 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "beman-scan-view", - "version-semver": "0.1.0", + "version-semver": "0.2.0", "dependencies": [ { "name": "gtest",