From 83d5cb38342f030a533ba1ec963b716411cb353e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 28 Jun 2020 11:43:45 +0000 Subject: Upstream release v2.0.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2c70f79..886dc1b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ include(FetchContent) FetchContent_Declare(json GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohman_json - GIT_TAG v2.0.0) + GIT_TAG v2.0.1) FetchContent_GetProperties(json) if(NOT json_POPULATED) -- cgit v1.2.3