From 40b9ec51470bba5ad2a683197ecb984d3a733b4a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 15 May 2016 00:32:07 +0300 Subject: [PATCH] Add authors and version fields --- library.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 17fb1f4..687b28e 100644 --- a/library.json +++ b/library.json @@ -2,11 +2,17 @@ "name": "NTPClient", "keywords": "ntp, client, time", "description": "A NTPClient to connect to a time server", + "authors": + { + "name": "Fabrice Weinberg", + "email": "fabrice@weinberg.me" + }, "repository": { "type": "git", "url": "https://github.com/FWeinb/NTPClient.git" }, + "version": "3.0.0", "frameworks": "arduino", "platforms": "espressif" -} \ No newline at end of file +}