From 564c62f3b3136b0a026c35b86dfbf8edb2e3d99a Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sun, 14 Feb 2016 16:20:33 +0100 Subject: [PATCH] Set version to 5.1.0 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index e3b2bc5a..e65aef74 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/bblanchon/ArduinoJson.git" }, - "version": "5.0.8", + "version": "5.1.0", "authors": { "name": "Benoit Blanchon", "url": "http://blog.benoitblanchon.fr" diff --git a/library.properties b/library.properties index 64ec0e0a..36ba85e9 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoJson -version=5.0.8 +version=5.1.0 author=Benoit Blanchon maintainer=Benoit Blanchon sentence=An efficient and elegant JSON library for Arduino.