From e35248ffc44bec4b5267e279ca7ab658ec086a10 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Tue, 23 Feb 2016 21:30:01 +0100 Subject: [PATCH] Set version to 5.1.1 --- 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 dc7fb739..7ea8888c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ArduinoJson: change log ======================= -HEAD ----- +v5.1.1 +------ * Removed `String` duplication when one replaces a value in a `JsonObject` (PR #232 by @ulion) diff --git a/appveyor.yml b/appveyor.yml index 60db62b9..2e67b061 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 5.1.0.{build} +version: 5.1.1.{build} environment: matrix: - CMAKE_GENERATOR: Visual Studio 14 2015 diff --git a/library.json b/library.json index e65aef74..4103eee1 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/bblanchon/ArduinoJson.git" }, - "version": "5.1.0", + "version": "5.1.1", "authors": { "name": "Benoit Blanchon", "url": "http://blog.benoitblanchon.fr" diff --git a/library.properties b/library.properties index 36ba85e9..2cc1a720 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoJson -version=5.1.0 +version=5.1.1 author=Benoit Blanchon maintainer=Benoit Blanchon sentence=An efficient and elegant JSON library for Arduino.