1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-31 10:24:23 +03:00

🔖 set version to 3.1.0

- updated documentation wrt. new repository layout
- temporarily switched off Homebrew --HEAD building (can only be switched on after release)
- set copyright date to 2018
This commit is contained in:
Niels Lohmann
2018-02-01 22:20:26 +01:00
parent ce7d0ebf5d
commit 0258484626
301 changed files with 431 additions and 366 deletions

View File

@ -10,8 +10,8 @@
"url": "https://github.com/nlohmann/json",
"version": {
"major": 3,
"minor": 0,
"patch": 1,
"string": "3.0.1"
"minor": 1,
"patch": 0,
"string": "3.1.0"
}
}