diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b00291..1857adf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/Vcpkg.cmake) # needs to happen before project() project( "mcl" - VERSION 1.0.0 + VERSION 1.0.1 LANGUAGES CXX ) diff --git a/vcpkg.json b/vcpkg.json index 84864ef..bb1836d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "mcl", - "version-string": "1.0.0", + "version-string": "1.0.1", "dependencies": [ "fmt", "doctest"