diff --git a/library.json b/library.json index 17fb1f4..74f0ad7 100644 --- a/library.json +++ b/library.json @@ -2,11 +2,23 @@ "name": "NTPClient", "keywords": "ntp, client, time", "description": "A NTPClient to connect to a time server", + "authors": + [ + { + "name": "Fabrice Weinberg", + "email": "fabrice@weinberg.me" + }, + { + "name": "Sandeep Mistry", + "email": "sandeep.mistry@gmail.com" + } + ], "repository": { "type": "git", "url": "https://github.com/FWeinb/NTPClient.git" }, + "version": "3.0.0", "frameworks": "arduino", "platforms": "espressif" -} \ No newline at end of file +}