🔖 set version to 3.10.5

This commit is contained in:
Niels Lohmann
2022-01-02 22:35:35 +01:00
parent b69713c394
commit b5364faf9d
79 changed files with 213 additions and 162 deletions

View File

@@ -4,14 +4,14 @@
"family": "clang",
"version": "13.0.0 (clang-1300.0.29.30)"
},
"copyright": "(C) 2013-2021 Niels Lohmann",
"copyright": "(C) 2013-2022 Niels Lohmann",
"name": "JSON for Modern C++",
"platform": "apple",
"url": "https://github.com/nlohmann/json",
"version": {
"major": 3,
"minor": 10,
"patch": 4,
"string": "3.10.4"
"patch": 5,
"string": "3.10.5"
}
}