8000 Set version to 5.8.2 · rdavydov/ArduinoJson@2b5a6df · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b5a6df

Browse files
committed
Set version to 5.8.2
1 parent 5fefeae commit 2b5a6df

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.8.2
5+
------
66

77
* Fixed parsing of comments (issue #421)
88
* Fixed ignored `Stream` timeout (issue #422)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.8.1.{build}
1+
version: 5.8.2.{build}
22
environment:
33
matrix:
44
- CMAKE_GENERATOR: Visual Studio 14 2015

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"type": "git",
77
"url": "https://github.com/bblanchon/ArduinoJson.git"
88
},
9-
"version": "5.8.1",
9+
"version": "5.8.2",
1010
"authors": {
1111
"name": "Benoit Blanchon",
12-
"url": "http://blog.benoitblanchon.fr"
12+
"url": "https://blog.benoitblanchon.fr"
1313
},
1414
"exclude": [
1515
"scripts",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoJson
2-
version=5.8.1
2+
version=5.8.2
33
author=Benoit Blanchon <blog.benoitblanchon.fr>
44
maintainer=Benoit Blanchon <blog.benoitblanchon.fr>
55
sentence=An efficient and elegant JSON library for Arduino.

0 commit comments

Comments
 (0)
0