Skip to content

Commit

Permalink
Merge pull request #18 from ivankravets/patch-1
Browse files Browse the repository at this point in the history
Add authors and version fields
  • Loading branch information
FWeinb committed May 18, 2016
2 parents e0fe10f + 2f28de0 commit 7716ba2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion library.json
Expand Up @@ -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"
}
}

0 comments on commit 7716ba2

Please sign in to comment.