🔖 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
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
301 changed files with 431 additions and 366 deletions
doc/examples

View file

@ -1,5 +1,5 @@
#include <iostream>
#include "json.hpp"
#include <nlohmann/json.hpp>
using json = nlohmann::json;