diff --git a/README.md b/README.md index f316cc3..e454d8a 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ ezTime is an Arduino library. To start using it with the Arduino IDE: * Click the row to select the library. * Click the Install button to install the library. -in File -> Examples you will now see an ezTime heading down under "Examples from custom libraries". You can try running some of these examples to see if it all works. ezTime is made to be, as the name implies, quite easy to use. So you'll probably understand a lot of how things work from just looking at the examples. Now either just play with those and use the rest of this documentation only when you get stuck, or keep reading to see how things work in time. +in File -> Examples you will now see an ezTime heading down under "Examples from custom libraries". You can try running some of these examples to see if it all works. ezTime is made to be, as the name implies, quite easy to use. So you'll probably understand a lot of how things work from just looking at the examples. Now either just play with those and use the rest of this documentation only when you get stuck, or keep reading to see how things work in ezTime. #   diff --git a/library.json b/library.json index 3f39b98..fc95eb0 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ezTime", - "description": "Does NTP, datetime formatted strings, milliseconds and timezones. Drop-in replacement for Arduino Time Library", + "description": "ezTime - pronounced "Easy Time" - is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.", "keywords": "time ntp ", "authors": { "name": "Rop Gonggrijp", @@ -11,7 +11,7 @@ "type": "git", "url": "https://github.com/ropg/ezTime" }, - "version": "0.7.0", + "version": "0.7.1", "framework": "arduino", "platforms": "*" "build": { diff --git a/library.properties b/library.properties index 288ca5b..715f85a 100644 --- a/library.properties +++ b/library.properties @@ -1,8 +1,8 @@ name=ezTime -version=0.7.0 +version=0.7.1 author=Rop Gonggrijp maintainer=Rop Gonggrijp -sentence=Does NTP, datetime formatted strings, milliseconds and timezones. Drop-in replacement for Arduino Time Library +sentence=ezTime - pronounced "Easy Time" - is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more. paragraph=See more on https://github.com/ropg/ezTime category=Timing url=https://github.com/ropg/ezTime