From 45bbf6db86cd07e4af4a3c543c6446e18559b5cd Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sat, 10 Dec 2016 16:00:52 +0100 Subject: [PATCH] Set version to 5.7.3 --- 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 bb3b43ba..c0fdb8c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ArduinoJson: change log ======================= -HEAD ----- +v5.7.3 +------ * Added an `printTo(char[N])` and `prettyPrintTo(char[N])` (issue #292) * Added ability to set a nested value like this: `root["A"]["B"] = "C"` (issue #352) diff --git a/appveyor.yml b/appveyor.yml index 0cba4bac..ef2c2a51 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 5.7.2.{build} +version: 5.7.3.{build} environment: matrix: - CMAKE_GENERATOR: Visual Studio 14 2015 diff --git a/library.json b/library.json index 8d7533e1..fe17e8c0 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/bblanchon/ArduinoJson.git" }, - "version": "5.7.2", + "version": "5.7.3", "authors": { "name": "Benoit Blanchon", "url": "http://blog.benoitblanchon.fr" diff --git a/library.properties b/library.properties index 075d306b..998d03f0 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoJson -version=5.7.2 +version=5.7.3 author=Benoit Blanchon maintainer=Benoit Blanchon sentence=An efficient and elegant JSON library for Arduino.