From 87fd8311466a2dba7b9da3dbf184b4fac27fd943 Mon Sep 17 00:00:00 2001 From: Michael Krug Date: Mon, 3 Jul 2023 13:12:54 +0200 Subject: [PATCH] :bookmark: Release (patch): 3.6.4 Signed-off-by: Michael Krug --- docs/USAGE.md | 2 +- functions/package-lock.json | 4 ++-- functions/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/USAGE.md b/docs/USAGE.md index 95c6e117..8dc089ff 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -24,7 +24,7 @@ If you have any issues, questions or an idea for additional features, please tak ## Latest Changes ::: tip State of this document -This documentation refers to release [v3.6.3](https://github.com/openhab/openhab-google-assistant/releases/tag/v3.6.3) of [openHAB Google Assistant](https://github.com/openhab/openhab-google-assistant) published on 2023-03-21 +This documentation refers to release [v3.6.4](https://github.com/openhab/openhab-google-assistant/releases/tag/v3.6.4) of [openHAB Google Assistant](https://github.com/openhab/openhab-google-assistant) published on 2023-07-03 ::: ### v3.6.0 diff --git a/functions/package-lock.json b/functions/package-lock.json index 7753d0fc..69fffd6f 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -1,12 +1,12 @@ { "name": "openhab.google-assistant-smarthome.cloud-function", - "version": "3.6.3", + "version": "3.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openhab.google-assistant-smarthome.cloud-function", - "version": "3.6.3", + "version": "3.6.4", "license": "EPL-2.0", "dependencies": { "actions-on-google": "^3.0.0", diff --git a/functions/package.json b/functions/package.json index dde18f7f..079d1626 100644 --- a/functions/package.json +++ b/functions/package.json @@ -1,6 +1,6 @@ { "name": "openhab.google-assistant-smarthome.cloud-function", - "version": "3.6.3", + "version": "3.6.4", "description": "A Google Assistant, Actions on Google based implementation for openHAB", "repository": { "type": "git", diff --git a/package-lock.json b/package-lock.json index 9927c8db..87d922db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openhab.google-assistant-smarthome", - "version": "3.6.3", + "version": "3.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openhab.google-assistant-smarthome", - "version": "3.6.3", + "version": "3.6.4", "license": "EPL-2.0", "dependencies": { "express": "^4.18.2" diff --git a/package.json b/package.json index fb13b4d2..0198a553 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openhab.google-assistant-smarthome", - "version": "3.6.3", + "version": "3.6.4", "description": "A Google Assistant, Actions on Google based implementation for openHAB", "main": "functions/index.js", "repository": {