From 1397bec0665d2a5a5f728c398c60b3340481f550 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Mon, 2 Jul 2018 09:54:35 +0200 Subject: [PATCH] Set version to 6.1.0-beta --- CHANGELOG.md | 4 ++-- library.json | 2 +- library.properties | 2 +- src/ArduinoJson/version.hpp | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b720ecff..a368a6a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ArduinoJson: change log ======================= -HEAD ----- +v6.1.0-beta +----------- * Return `JsonArray` and `JsonObject` by value instead of reference (issue #309) * Replaced `success()` with `isNull()` diff --git a/library.json b/library.json index b81ac901..1e1d8bf0 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/bblanchon/ArduinoJson.git" }, - "version": "6.0.1-beta", + "version": "6.1.0-beta", "authors": { "name": "Benoit Blanchon", "url": "https://blog.benoitblanchon.fr" diff --git a/library.properties b/library.properties index 112aecbc..f81778db 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoJson -version=6.0.1-beta +version=6.1.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 6aa312c9..a30d9bfb 100644 --- a/src/ArduinoJson/version.hpp +++ b/src/ArduinoJson/version.hpp @@ -4,7 +4,7 @@ #pragma once -#define ARDUINOJSON_VERSION "6.0.1-beta" +#define ARDUINOJSON_VERSION "6.1.0-beta" #define ARDUINOJSON_VERSION_MAJOR 6 -#define ARDUINOJSON_VERSION_MINOR 0 -#define ARDUINOJSON_VERSION_REVISION 1 +#define ARDUINOJSON_VERSION_MINOR 1 +#define ARDUINOJSON_VERSION_REVISION 0