From b5c8cd1766d7c48ff8175c44452af5532578b327 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sat, 19 Sep 2015 16:20:06 +0200 Subject: [PATCH] Set version to 5.0.3 --- CHANGELOG.md | 5 +++++ library.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f20ce84..c2d2d47c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ArduinoJson: change log ======================= +v5.0.3 +------ + +* Nothing yet. + v5.0.2 ------ diff --git a/library.properties b/library.properties index aa55a3a2..7f2bcdd8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoJson -version=5.0.2 +version=5.0.3 author=Benoit Blanchon maintainer=Benoit Blanchon sentence=An efficient and elegant JSON library for Arduino.