From 4eb1c5c1bb0aa7c6ff9d4190e8fab78286278755 Mon Sep 17 00:00:00 2001 From: chas-iot Date: Wed, 6 Jan 2021 10:34:55 +0800 Subject: [PATCH] v1.1.5 - WebThings rebranding - update dependencies - dev: automate finding updated dependencies and github actions --- 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 bd108fe..634a47a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.1.4", + "version": "1.1.5", "id": "calendar", "name": "Calendar", "short_name": "Calendar", diff --git a/package-lock.json b/package-lock.json index 8f34869..dc38c55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d9921ca..c4e6598 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.4", + "version": "1.1.5", "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.",