From 80333cda2bdae59edd4731bc7b2a91db3ef4e635 Mon Sep 17 00:00:00 2001 From: Patrick Boettcher
Date: Sat, 23 May 2020 09:04:42 +0200 Subject: [PATCH] bump to 2.1.1 for new developments --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c4cc218..aae7ab3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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