From b8d0041851f8e453d0346f06e07561c0f4a093fe Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Tue, 13 Nov 2018 18:05:59 +0100 Subject: [PATCH] Set version to 6.6.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 34627dc4..adaf46dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ArduinoJson: change log ======================= -HEAD ----- +v6.6.0-beta (2018-11-13) +----------- * Removed `JsonArray::is(i)` and `JsonArray::set(i,v)` * Removed `JsonObject::is(k)` and `JsonObject::set(k,v)` diff --git a/library.json b/library.json index 53d820cc..f0072af4 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/bblanchon/ArduinoJson.git" }, - "version": "6.5.0-beta", + "version": "6.6.0-beta", "authors": { "name": "Benoit Blanchon", "url": "https://blog.benoitblanchon.fr" diff --git a/library.properties b/library.properties index 2fb64f20..54bf038f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoJson -version=6.5.0-beta +version=6.6.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 225ce883..1c63a64c 100644 --- a/src/ArduinoJson/version.hpp +++ b/src/ArduinoJson/version.hpp @@ -4,7 +4,7 @@ #pragma once -#define ARDUINOJSON_VERSION "6.5.0-beta" +#define ARDUINOJSON_VERSION "6.6.0-beta" #define ARDUINOJSON_VERSION_MAJOR 6 -#define ARDUINOJSON_VERSION_MINOR 5 +#define ARDUINOJSON_VERSION_MINOR 6 #define ARDUINOJSON_VERSION_REVISION 0