diff --git a/CMakeLists.txt b/CMakeLists.txt index 568a7d0..c5acf8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ endif() project(parsi DESCRIPTION "lightweight parser combinator" LANGUAGES CXX - VERSION 0.0.0) + VERSION 0.1.0) set(CMAKE_CXX_EXTENSIONS OFF) set(CMAKE_CXX_VISIBILITY_PRESET hidden) diff --git a/vcpkg.json b/vcpkg.json index 220b927..8f62d94 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "parsi", - "version-semver": "0.0.0", + "version-semver": "0.1.0", "features": { "tests": { "description": "development tests",