From ea14344048fc4e3d50264974c09240cee23826fa Mon Sep 17 00:00:00 2001 From: chas-iot Date: Thu, 30 Jul 2020 11:18:28 +0800 Subject: [PATCH] v0.9.3 - disable abstractapi The API provider changed their free tier in ways that made it unsupportable --- manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index b78631f..16e0786 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "version": "0.9.2", + "version": "0.9.3", "id": "calendar", "name": "Calendar", "short_name": "Calendar", diff --git a/package-lock.json b/package-lock.json index e3b6c7b..07227a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar", - "version": "0.9.2", + "version": "0.9.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f896257..3fdc705 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.9.2", + "version": "0.9.3", "name": "calendar", "display_name": "Calendar", "description": "Provides calendar management of the working week, holidays, and other event dates. This is to support rules such as disabling a wakeup alarm on public or personal holidays.",