From 123ff7febbce61b680ccf747b770bc93ee52cb19 Mon Sep 17 00:00:00 2001 From: Rop Date: Mon, 10 Sep 2018 13:15:47 +0200 Subject: [PATCH] Update for 0.7.0 --- README.md | 2 +- library.json | 2 +- library.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8670c86..e02d30f 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ For example, if you have set up a timezone called Berlin, `Berlin.isDST(15363142 ### What happens when you include the library -It all starts when you include the library with `#include `. From that point forward there is an object instance called `ezTime` with methods to control the behaviour of ezTime, as well as a timezone object called `UTC`, and a reference to this object called `defaultTZ` (which you may point to a different timezone later). +It all starts when you include the library with `#include `. From that point forward there is an object instance called `time` with methods to control the behaviour of ezTime, as well as a timezone object called `UTC`, and a reference to this object called `defaultTZ` (which you may point to a different timezone later). ### No daemons here diff --git a/library.json b/library.json index 78f922f..3f39b98 100644 --- a/library.json +++ b/library.json @@ -11,7 +11,7 @@ "type": "git", "url": "https://github.com/ropg/ezTime" }, - "version": "0.6.1", + "version": "0.7.0", "framework": "arduino", "platforms": "*" "build": { diff --git a/library.properties b/library.properties index 59455e5..288ca5b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ezTime -version=0.6.1 +version=0.7.0 author=Rop Gonggrijp maintainer=Rop Gonggrijp sentence=Does NTP, datetime formatted strings, milliseconds and timezones. Drop-in replacement for Arduino Time Library