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 +}