From 666e2fd0ce0fe408b71433795bd544bbc139e69d Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 31 Jan 2016 21:24:37 +0200 Subject: [PATCH] Use tagged source code from repo http://docs.platformio.org/en/latest/librarymanager/config.html#version --- library.json | 1 + 1 file changed, 1 insertion(+) diff --git a/library.json b/library.json index 59fb5879..61c2744c 100644 --- a/library.json +++ b/library.json @@ -6,6 +6,7 @@ "type": "git", "url": "https://github.com/bblanchon/ArduinoJson.git" }, + "version": "5.0.7", "authors": { "name": "Benoit Blanchon", "url": "http://blog.benoitblanchon.fr"