1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

🔖 set version to 3.11.2

This commit is contained in:
Niels Lohmann
2022-08-12 15:04:06 +02:00
parent 32bbd38072
commit 9d69186291
158 changed files with 258 additions and 217 deletions

View File

@ -2,7 +2,7 @@
{"one":1,"three":3,"two":2}
{"one":1.2,"three":3.4,"two":2.3}
{"one":true,"three":false,"two":true}
{"one":true,"three":true,"two":true}
{"one":true,"three":false,"two":true}
["one","two",3,4.5,false]
[1,2,3,4]

View File

@ -2,7 +2,7 @@
"compiler": {
"c++": "201103",
"family": "gcc",
"version": "11.3.0"
"version": "12.1.0"
},
"copyright": "(C) 2013-2022 Niels Lohmann",
"name": "JSON for Modern C++",
@ -11,7 +11,7 @@
"version": {
"major": 3,
"minor": 11,
"patch": 1,
"string": "3.11.1"
"patch": 2,
"string": "3.11.2"
}
}

View File

@ -1 +1 @@
nlohmann::json_abi_v3_11_1
nlohmann::json_abi_v3_11_2

View File

@ -1 +1 @@
JSON for Modern C++ version 3.11.1
JSON for Modern C++ version 3.11.2