From 9bbfbd0a6ad43b3cfa2aa060ca9f62d2eca29465 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Tue, 17 Jul 2018 10:27:04 +0200 Subject: [PATCH] Set version to 6.2.1-beta --- CHANGELOG.md | 4 ++-- library.json | 2 +- library.properties | 2 +- src/ArduinoJson/version.hpp | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5221e3..6276029c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ArduinoJson: change log ======================= -HEAD ----- +v6.2.1-beta +----------- * Fixed `JsonObject` not inserting keys of type `String` (issue #782) diff --git a/library.json b/library.json index c4bd31ee..8a07d5d4 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/bblanchon/ArduinoJson.git" }, - "version": "6.2.0-beta", + "version": "6.2.1-beta", "authors": { "name": "Benoit Blanchon", "url": "https://blog.benoitblanchon.fr" diff --git a/library.properties b/library.properties index a8c52819..0a481bdb 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoJson -version=6.2.0-beta +version=6.2.1-beta author=Benoit Blanchon maintainer=Benoit Blanchon sentence=An efficient and elegant JSON library for Arduino. diff --git a/src/ArduinoJson/version.hpp b/src/ArduinoJson/version.hpp index 10f3f018..58217221 100644 --- a/src/ArduinoJson/version.hpp +++ b/src/ArduinoJson/version.hpp @@ -4,7 +4,7 @@ #pragma once -#define ARDUINOJSON_VERSION "6.2.0-beta" +#define ARDUINOJSON_VERSION "6.2.1-beta" #define ARDUINOJSON_VERSION_MAJOR 6 #define ARDUINOJSON_VERSION_MINOR 2 -#define ARDUINOJSON_VERSION_REVISION 0 +#define ARDUINOJSON_VERSION_REVISION 1