8000 Set version to 5.12.0 · janelia-arduino/ArduinoJson@b55e57a · GitHub
[go: up one dir, main page]

Skip to content

Commit b55e57a

Browse files
committed
Set version to 5.12.0
1 parent 7626db6 commit b55e57a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ArduinoJson: change log
22
=======================
33

4-
HEAD
5-
----
4+
v5.12.0
5+
-------
66

77
* Added `JsonVariant::operator|` to return a default value (see bellow)
88
* Added a clear error message when compiled as C instead of C++ (issue #629)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.11.2.{build}
1+
version: 5.12.0.{build}
22
environment:
33
matrix:
44
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/bblanchon/ArduinoJson.git"
88
},
9-
"version": "5.11.2",
9+
"version": "5.12.0",
1010
"authors": {
1111
"name": "Benoit Blanchon",
1212
"url": "https://blog.benoitblanchon.fr"

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=ArduinoJson
2-
version=5.11.2
2+
version=5.12.0
33
author=Benoit Blanchon <blog.benoitblanchon.fr>
44
maintainer=Benoit Blanchon <blog.benoitblanchon.fr>
55
sentence=An efficient and elegant JSON library for Arduino.
6-
paragraph=Like this project? Please star it on GitHub!
6+
paragraph=ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ fixed allocation, ✔ zero-copy, ✔ streams, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.
77
category=Data Processing
88
url=https://arduinojson.org/
99
architectures=*

0 commit comments

Comments
 (0)
0