bump to 2.2.0 (some minor changes/addtions to API)

This commit is contained in:
Patrick Boettcher 2022-11-26 17:56:17 +01:00
parent fd622c040b
commit 96a4255938

View File

@ -15,7 +15,7 @@ endif()
project(nlohmann_json_schema_validator
LANGUAGES CXX)
set(PROJECT_VERSION 2.1.1)
set(PROJECT_VERSION 2.2.0)
if(JSON_VALIDATOR_HUNTER)
hunter_add_package(nlohmann_json)