Skip to content

Commit d2475f9

Browse files
committed
bumped version number
1 parent 3d4c799 commit d2475f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/json.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
__ _____ _____ _____
33
__| | __| | | | JSON for Modern C++
4-
| | |__ | | | | | | version 2.0.0
4+
| | |__ | | | | | | version 2.0.1
55
|_____|_____|_____|_|___| https://github.com/nlohmann/json
66
77
Licensed under the MIT License <http://opensource.org/licenses/MIT>.

src/json.hpp.re2c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
__ _____ _____ _____
33
__| | __| | | | JSON for Modern C++
4-
| | |__ | | | | | | version 2.0.0
4+
| | |__ | | | | | | version 2.0.1
55
|_____|_____|_____|_|___| https://github.com/nlohmann/json
66

77
Licensed under the MIT License <http://opensource.org/licenses/MIT>.

test/src/unit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
__ _____ _____ _____
33
__| | __| | | | JSON for Modern C++ (test suite)
4-
| | |__ | | | | | | version 2.0.0
4+
| | |__ | | | | | | version 2.0.1
55
|_____|_____|_____|_|___| https://github.com/nlohmann/json
66
77
Licensed under the MIT License <http://opensource.org/licenses/MIT>.

0 commit comments

Comments
 (0)