bump to 2.1.1 for new developments

This commit is contained in:
Patrick Boettcher 2020-05-23 09:04:42 +02:00
parent 27fc1d0945
commit 80333cda2b

View File

@ -1,12 +1,12 @@
project(nlohmann_json_schema_validator
LANGUAGES CXX)
LANGUAGES CXX)
set(PROJECT_VERSION 2.1.0)
set(PROJECT_VERSION 2.1.1)
cmake_minimum_required(VERSION 3.2)
option(BUILD_TESTS "Build tests" ON)
option(BUILD_EXAMPLES "Build examples" ON)
option(BUILD_TESTS "Build tests" ON)
option(BUILD_EXAMPLES "Build examples" ON)
# the library
add_library(nlohmann_json_schema_validator