diff --git a/CMakeLists.txt b/CMakeLists.txt index d6db470..a315039 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ project( beman.transform_view DESCRIPTION "A conditionally borrowed std::ranges::transform_view" LANGUAGES CXX - VERSION 0.1.0 + VERSION 0.2.0 ) # [CMAKE.SKIP_TESTS] diff --git a/vcpkg.json b/vcpkg.json index 9506b66..f1001d4 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "beman-transform-view", - "version-semver": "0.1.0", + "version-semver": "0.2.0", "dependencies": [ { "name": "gtest",