From 77b7124cf1e885225aa916db861afb6bc10faa85 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sun, 31 Jan 2016 21:57:08 +0100 Subject: [PATCH] Set version to 5.0.8 --- CHANGELOG.md | 4 ++-- library.json | 2 +- library.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88fdd1a9..244b8775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ArduinoJson: change log ======================= -HEAD ----- +v5.0.8 +------ * Made the library compatible with [PlatformIO](http://platformio.org/) (issue #181) * Fixed `JsonVariant::is()` that was incorrectly returning false (issue #214) diff --git a/library.json b/library.json index 61c2744c..e3b2bc5a 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/bblanchon/ArduinoJson.git" }, - "version": "5.0.7", + "version": "5.0.8", "authors": { "name": "Benoit Blanchon", "url": "http://blog.benoitblanchon.fr" diff --git a/library.properties b/library.properties index a3b128bf..64ec0e0a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoJson -version=5.0.7 +version=5.0.8 author=Benoit Blanchon maintainer=Benoit Blanchon sentence=An efficient and elegant JSON library for Arduino.