From ae32695c3e4121ac8ca6587029bb75d0b08bed18 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Fri, 6 May 2016 08:46:13 +0200 Subject: [PATCH] Set version to 5.4.0 --- CHANGELOG.md | 4 ++-- appveyor.yml | 2 +- library.json | 2 +- library.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39074049..8ab725d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ArduinoJson: change log ======================= -HEAD ----- +v5.4.0 +------ * Changed `::String` to `ArduinoJson::String` (issue #275) * Changed `::Print` to `ArduinoJson::Print` too diff --git a/appveyor.yml b/appveyor.yml index cf66d05b..faa35c6c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 5.3.0.{build} +version: 5.4.0.{build} environment: matrix: - CMAKE_GENERATOR: Visual Studio 14 2015 diff --git a/library.json b/library.json index e8eb7cc1..c5173b47 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/bblanchon/ArduinoJson.git" }, - "version": "5.3.0", + "version": "5.4.0", "authors": { "name": "Benoit Blanchon", "url": "http://blog.benoitblanchon.fr" diff --git a/library.properties b/library.properties index aeb2f6d4..705971e9 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoJson -version=5.3.0 +version=5.4.0 author=Benoit Blanchon maintainer=Benoit Blanchon sentence=An efficient and elegant JSON library for Arduino.