From 1a513cbd16d0430e37c460ac5563fb0bde585371 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Thu, 12 Jul 2018 09:10:13 +0200 Subject: [PATCH] Set version to 6.2.0-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 92acc223..5f965687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ArduinoJson: change log ======================= -HEAD ----- +v6.2.0-beta +----------- * Disabled lazy number deserialization (issue #772) * Improved float serialization when `-fsingle-precision-constant` is used diff --git a/library.json b/library.json index 1e1d8bf0..c4bd31ee 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/bblanchon/ArduinoJson.git" }, - "version": "6.1.0-beta", + "version": "6.2.0-beta", "authors": { "name": "Benoit Blanchon", "url": "https://blog.benoitblanchon.fr" diff --git a/library.properties b/library.properties index f81778db..a8c52819 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoJson -version=6.1.0-beta +version=6.2.0-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 a30d9bfb..10f3f018 100644 --- a/src/ArduinoJson/version.hpp +++ b/src/ArduinoJson/version.hpp @@ -4,7 +4,7 @@ #pragma once -#define ARDUINOJSON_VERSION "6.1.0-beta" +#define ARDUINOJSON_VERSION "6.2.0-beta" #define ARDUINOJSON_VERSION_MAJOR 6 -#define ARDUINOJSON_VERSION_MINOR 1 +#define ARDUINOJSON_VERSION_MINOR 2 #define ARDUINOJSON_VERSION_REVISION 0