From 2b5a6df1e13aec948ead7200458a923c293aeaae Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sun, 22 Jan 2017 18:08:32 +0100 Subject: [PATCH] Set version to 5.8.2 --- CHANGELOG.md | 4 ++-- appveyor.yml | 2 +- library.json | 4 ++-- library.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1934aa3f..4ef4932b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ArduinoJson: change log ======================= -HEAD ----- +v5.8.2 +------ * Fixed parsing of comments (issue #421) * Fixed ignored `Stream` timeout (issue #422) diff --git a/appveyor.yml b/appveyor.yml index 631a0173..6eea99b7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 5.8.1.{build} +version: 5.8.2.{build} environment: matrix: - CMAKE_GENERATOR: Visual Studio 14 2015 diff --git a/library.json b/library.json index c106c7f3..c844a39e 100644 --- a/library.json +++ b/library.json @@ -6,10 +6,10 @@ "type": "git", "url": "https://github.com/bblanchon/ArduinoJson.git" }, - "version": "5.8.1", + "version": "5.8.2", "authors": { "name": "Benoit Blanchon", - "url": "http://blog.benoitblanchon.fr" + "url": "https://blog.benoitblanchon.fr" }, "exclude": [ "scripts", diff --git a/library.properties b/library.properties index 70cb6b40..a41aabb8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoJson -version=5.8.1 +version=5.8.2 author=Benoit Blanchon maintainer=Benoit Blanchon sentence=An efficient and elegant JSON library for Arduino.